summaryrefslogtreecommitdiffstats
path: root/net/http/http_transaction_unittest.h
Commit message (Expand)AuthorAgeFilesLines
* Migrate HttpCache adn HttpCacheTransaction to base::Bind().ajwong@chromium.org2011-12-231-3/+2
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-8/+8
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-4/+5
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-14/+16
* base::Bind conversion for net/http/...adamk@chromium.org2011-10-201-1/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-7/+7
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-1/+1
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-1/+1
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-1/+1
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-121-2/+11
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-2/+1
* Clean up net unit testing code.erg@google.com2011-01-261-177/+40
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-40/+177
* Clean up net unit testing code.erg@google.com2011-01-251-177/+40
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-3/+4
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-3/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-151-1/+2
* Revert 52334 - Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-2/+1
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-1/+2
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-3/+3
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-1/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+4
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-0/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-181-0/+3
* Http Cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-10-221-0/+1
* Initial CL for fixing some of the proxy auth issues.chron@chromium.org2009-10-061-0/+4
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-3/+6
* Revert 25873.eroman@chromium.org2009-09-221-1/+0
* Http cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-09-101-0/+1
* Update the request time of http cache entries on 304.eroman@chromium.org2009-09-041-0/+5
* Update the response time of http cache entries on 304.eroman@chromium.org2009-09-041-0/+6
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-5/+5
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-3/+4
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-1/+6
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-0/+4
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-0/+1
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-1/+0
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-0/+1
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-5/+7
* revert r8603rvargas@google.com2009-01-241-7/+5
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-5/+7
* Correct latency histograms for SDCH encodingjar@chromium.org2009-01-131-0/+2
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-4/+0
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-2/+2
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-211-6/+1
* Some platform cleanup to net/deanm@google.com2008-09-231-7/+5
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-081-1/+0