summaryrefslogtreecommitdiffstats
path: root/net/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-281-16/+19
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-282-0/+3
* The server will happily propagate invalid SPDY headers, which Chrome willmbelshe@chromium.org2011-01-271-0/+5
* Revert 72844 - Optimizations to fill packets better for the edsm server.mbelshe@chromium.org2011-01-271-50/+38
* Optimizations to fill packets better for the edsm server.mbelshe@chromium.org2011-01-271-38/+50
* Remove hresolvcbentzel@chromium.org2011-01-261-460/+0
* Disk cache: Prevent obscure file corruption and dealrvargas@google.com2011-01-251-16/+26
* A few cleanups in the in-mem flip server:mbelshe@chromium.org2011-01-251-89/+127
* Roll back an incorrect change to SyncPageHandler.ChromiumSyncCommandHandler.satish@chromium.org2011-01-251-1/+2
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-12/+26
* More net/ reordering.erg@google.com2011-01-211-0/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-4/+4
* Handle error case on SSL read which was not properly exiting.mbelshe@chromium.org2011-01-211-1/+1
* Memory leak fix, log file reopen, remote ip fix, connection idle timeout,mbelshe@chromium.org2011-01-212-104/+258
* Add a flag to the in-memory-server to force SPDY even if SSL-NPN didn'tmbelshe@chromium.org2011-01-201-15/+30
* Reduce the Spdy data frame sizes used. Attempt to make them fit within SSLmbelshe@chromium.org2011-01-151-13/+45
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-113-9/+14
* Adding new sync data type AUTOFILL_PROFILE to python server.rsimha@chromium.org2011-01-101-3/+7
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-103-14/+9
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-103-9/+14
* Reland "Remove base/scoped_handle_win.h."tfarina@chromium.org2011-01-092-6/+6
* Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...thakis@chromium.org2011-01-072-6/+6
* Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...tfarina@chromium.org2011-01-072-6/+6
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-073-14/+9
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-073-9/+14
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-072-6/+6
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-072-6/+6
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-062-6/+6
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-062-6/+6
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-062-6/+6
* Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPa...tfarina@chromium.org2011-01-061-1/+1
* Minimize login promptscbentzel@chromium.org2011-01-051-3/+31
* Move base/lock and base/condition_variable to base/synchronization/brettw@chromium.org2011-01-011-1/+0
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-013-3/+3
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-1/+1
* [Sync] Added tests for xmppserver, fixed exposed bugsakalin@chromium.org2010-12-222-26/+63
* [Sync] added workaround for python 2.5 bug causing sync test flakinessakalin@chromium.org2010-12-211-1/+9
* [Sync] Fixed bug in test sync server's select loop.akalin@chromium.org2010-12-201-13/+15
* Make sure test server use right mime for exe.lzheng@chromium.org2010-12-161-2/+3
* Don't use large SSL_Write() calls, as they lead to large SSL recordsmbelshe@chromium.org2010-12-161-13/+29
* Cache certificate verification results in memory.wtc@google.com2010-12-161-3/+7
* Explicitly ignore return value of sk_SSL_COMP_delete.hans@chromium.org2010-12-141-1/+1
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-4/+5
* flip_in_mem_edsm_server: Fix friend declaration.hans@chromium.org2010-12-131-6/+6
* balsa_headers.h: remove redundant idx_ tests.hans@chromium.org2010-12-131-5/+2
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-5/+4
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-4/+5
* Get rid of std::wstring version of HasSwitch.tfarina@chromium.org2010-12-081-4/+4
* Patch from kelindsay@strangeloop.commbelshe@google.com2010-11-302-56/+192
* Spin up XMPP server for testservers of type sync.akalin@chromium.org2010-11-272-10/+92