source: trunk/Proxy @ 1044

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1043   12 days speck jabhts recompile + 1.5.0b8 version.
(edit) @1042   12 days speck Better <title> for error pages. By suggestion from 'rr'.
(edit) @1041   5 weeks speck make using jvisualvm easier
(edit) @1040   5 weeks speck Allow (invalid) CONNECT strings which include a path, e.g. "CONNECT …
(edit) @1039   5 weeks speck Accept application/json in "any text" type.
(edit) @1038   6 weeks speck Make curl() use the same "is text response" check as filter matching.
(edit) @1037   6 weeks speck Better (earlier) error msg if unacceptable url protocol in curl().
(edit) @1036   6 weeks speck gb.curl(method, url, headers)
(edit) @1033   5 months speck Add '%t' to keyword expansion which uses latin-1 encoding of the url …
(edit) @1029   6 months speck Add support for using only IPv4 (suppressing all IPv6) by creating the …
(edit) @1028   6 months speck much improved stringify using Angus Croll's toType() idea.
(edit) @1027   6 months speck improve stringify by using typeof(x) == "undefined" instead of x === …
(edit) @1025   6 months speck Added link to  http://kangax.github.com/es5-compat-table/
(edit) @1014   6 months speck Record 'request' rules in history tab. Reported by Uwe Gansert.
(edit) @1012   6 months speck Improve stringify function, fix bugs in arrays.
(edit) @1008   7 months speck Fix problem with "Last update: (date)" that didn't get updated. Reported …
(edit) @1007   7 months speck Fix problem with reactivation of GlimmerBlocker?: "can't connect to host" …
(edit) @1001   7 months speck Lion: launch the updater using a LaunchAgent? to avoid …
(edit) @998   8 months speck Support "content-encoding: identity". Reported by TJ Luoma.
(edit) @997   8 months speck Fix compilation errors.
(edit) @996   8 months speck added gb.sleep()
(edit) @995   8 months speck Assignments to gb.response.status were ignored.
(edit) @994   9 months speck Zap obsolete comment.
(edit) @993   9 months speck Allow https to port 311 (Apple Server Admin). Requested by Aaron Adams.
(edit) @988   9 months speck Fix "&amp;" in YouTube? download filename.
(edit) @987   9 months speck Zap whitespace from host/path/query when saving the textfield contents …
(edit) @986   11 months speck Working workaround for java 1.5 in normalizing download filenames. Fix …
(edit) @985   11 months speck More robust YouTube? download filename handling for names with accented …
(edit) @984   13 months speck Hardcoded workaround in connect.
(edit) @982   13 months speck Add gb.request.clientAddr and gb.request.clientHostname. By request of …
(edit) @980   13 months speck When loading filters, just skip unloadable rules rather than aborting …
(edit) @979   13 months speck Support getting request and reponse headers without being proper cased, …
(edit) @978   13 months speck Support for running transformers for non-OK http statuses, e.g. redirects …
(edit) @977   14 months speck More info when debugging de-chunking http responses.
(edit) @976   14 months speck Add "application/xhtml" to the list of mime types that matches the html …
(edit) @975   15 months speck Execute request rules with the highest priority, not lowest.
(edit) @972   16 months speck IDEA + xcode upgrade.
(edit) @971   18 months speck IDEA upgrade. One more paranoid check for null url arg.
(edit) @968   19 months speck Workaround for invalid http response headers sent from *some* of the …
(edit) @967   19 months speck Add "application/javascript" to the mime-types which is considered …
(edit) @966   20 months speck Don't add the keyword filter by default as Safari 5 doesn't work well with …
(edit) @964   21 months speck Guard against CurlBase?.url becoming null.
(edit) @960   22 months speck Fix gb.insertAtHeadStart() which inserted at body end. Reported by …
(edit) @958   22 months speck Use ISO-8859-1 when transforming html pages that are "encoded" using …
(edit) @957   22 months speck Optional boolean unwrapNoscript arg to gb.zapScriptElements(). Suggestion …
(edit) @956   22 months speck gb2312 charset experiments.
(edit) @955   22 months speck Jabhts now needs IDEA annots lib to compile.
(edit) @954   22 months speck If a blocked URL contains ".gif" in the query, then send a 1*1 transparent …
(edit) @953   23 months speck @SuppressWarnings?
(edit) @952   23 months speck Workaround for sites that think "latin-1" is a valid charset name. This …
(edit) @951   2 years speck Add some debug log if http client connection sockets are finalized without …
(edit) @950   2 years speck Only log 'Native DNS failed to resolve ...' when debug log is enabled.
(edit) @949   2 years speck Improve the list of blocked ports in CONNECT by adding 666x ports from …
(edit) @948   2 years speck Allow port 83 in CONNECT. Suggested by David Edmondson.
(edit) @945   2 years speck Enable request rules to modify non-proxy requests. If no req-rule matches, …
(edit) @942   2 years speck Add workaround for QuickTime? player publish to MobileMe? Gallery: it can't …
(edit) @941   2 years speck Separate prefpanelicon.png no longer needed as the System Preferences app …
(edit) @940   2 years speck Don't add filename in content-disposition header in YouTube? downloader, …
(edit) @939   2 years speck Workaround for bug in squid/2.6.STABLE16 which sends invalid http headers: …
(edit) @937   2 years speck In attachment downloader: if the filename does not contain non-ascii …
(edit) @936   2 years speck Better checking and reporting of invalid port numbers.
(edit) @935   2 years speck Fix error message, used socks port instead of http port.
(edit) @934   2 years speck Better error reporting when NetworkConfig? JS obj has/misses network ref.
(edit) @933   2 years speck Workaround for bogous NPE warning.
(edit) @929   2 years speck More logging if NetworkConfigSubObject? is called outside context.
(edit) @928   2 years speck Include 32/64 jvm type in proxy log banner.
(edit) @926   2 years speck Spalling arror.
(edit) @925   2 years speck Add logging for history and suspects when verbose is enabled.
(edit) @923   2 years speck Add a new @NotNull/Nullable? and checkInsideScope()
(edit) @922   2 years speck Fix sporadic NPE when getting a UnknownHostException?.
(edit) @921   2 years speck Fix typo in UseCompressedOops? arg. Allow java proxy to run as another user …
(edit) @916   2 years speck Ignore "transfer-encoding: identity" headers as they're just noise, …
(edit) @914   2 years speck Fix bug in sending http headers which added extranous CRLF sequence when …
(edit) @913   2 years speck Allow request scripts to set the 'Accept-Encoding' header to one of: null, …
(edit) @912   2 years speck Add a few missing @RhinoCallback?.
(edit) @911   2 years speck Don't roll logfile as often when debug mode is enabled as this often makes …
(edit) @910   2 years speck Inline clientAcceptEncodingAllowsGzip(), used only once.
(edit) @909   2 years speck Don't change content-type to text/html when a transform script has …
(edit) @908   2 years speck Fix of keep-alive bug: if server said keep-alive was valid for 45 seconds, …
(edit) @907   2 years speck A few RTSP-over-HTTP improvements to logging and POST handling, but …
(edit) @906   2 years speck A few notifyLeftContext() was missing, so idle scripts didn't release old …
(edit) @905   2 years speck Installer script: Better diagnostics for non-working java installations …
(edit) @904   2 years speck Fix problem with timing out a connection when an uploads take a very long …
(edit) @903   2 years speck Log total remaining when sending request body with known content-size.
(edit) @902   2 years speck Don't use keep-alive on an http-server connection when the full request …
(edit) @899   2 years speck Add support for transfer-encoding=chunked in request-bodies. This is …
(edit) @898   2 years speck Silence some @Nullable warnings by changing the fields to @NotNull? as the …
(edit) @897   2 years speck Better roll notification msgs in logfile when rolling. Write them directly …
(edit) @896   2 years speck Better fix for NPE in NetworkManager?: don't instantiate it until http …
(edit) @895   2 years speck Update of Ref into FatRef?(@NotNull?) and NullableRef?.
(edit) @894   2 years speck Fix NullPointerException? that can happend at startup.
(edit) @891   2 years speck Optimize imports.
(edit) @890   2 years speck Move acceptEncodingAllowsGzip to java foundation lib.
(edit) @889   2 years speck Add gb.request.urlHost, urlPort and urlHostPort.
(edit) @888   2 years speck Mark Rhino callback methods with @RhinoCallback?: avoids the "globally …
(edit) @887   2 years speck Enable filters to send back the GlimmerBlocker? error pages, e.g. "Host not …
(edit) @886   3 years speck Reduce memory usage: set max java heap to 50 MB (was 100 MB), and log …
(edit) @884   3 years speck "Unused entries" -> "Unused host-entries"
(edit) @883   3 years speck Set max fdesc (ulimit -n) in proxy to 10240. Log value in debug-runner.
(edit) @882   3 years speck Missing space in log msg.
Note: See TracRevisionLog for help on using the revision log.