summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Update the comment for OnObjectSignaled.wtc@google.com2008-08-142-7/+21
* Don't assert stream_sizes_.cbBlockSize == 1. It fails withwtc@google.com2008-08-141-3/+0
* First cut at implementing SSLClientSocket using Schannel.wtc@google.com2008-08-143-70/+368
* Add a stubbed-out platform_mime_util_mac.mmericroman@google.com2008-08-104-5/+61
* Refactor mime_util into a singleton.ericroman@google.com2008-08-093-50/+166
* Break out windows specific parts of mime_util.cc into mime_util_win.ccericroman@google.com2008-08-082-17/+65
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-071-3/+4
* Remove an unused include of deprecated atomic.h. Replace a custom singleton ...deanm@google.com2008-08-073-15/+10
* Rename HttpConnection to ClientSocketHandle, and rename HttpConnectionManager...darin@google.com2008-08-065-0/+795
* Merge some changes in net/base from branches/mac_july_2008 to trunk.ericroman@google.com2008-08-067-15/+13
* Make some changes from my code review. Two significantwtc@google.com2008-08-056-33/+64
* Miscellaneous changes (mostly cleanup) from my code review.wtc@google.com2008-08-052-24/+38
* Fix header include guards.darin@google.com2008-08-041-3/+3
* Use base::ObjectWatcher instead of MessageLoop::WatchObject for some consumer...darin@google.com2008-08-046-37/+34
* was originally reviewed by jar as part of revision 322, but i mistakenly didn...darin@google.com2008-08-042-8/+9
* Update TLD data, incorporating recent changes from Mozilla as well as morepamg@google.com2008-08-011-48/+1137
* Forward declare GURL in cookie_policy.deanm@google.com2008-08-013-2/+6
* Cleanup some old unused code from the cookie monster unittest.deanm@google.com2008-08-011-19/+0
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-3120-173/+220
* I looked at the full dump from the previous crashes and it looks like a testi...brettw@google.com2008-07-305-26/+84
* Document that the callback parameter ofwtc@google.com2008-07-303-23/+35
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-3022-57/+99
* A more portable HostResolver implementation.darin@google.com2008-07-302-63/+101
* Reverting revision 70, 66 and 65 to fix crashes.nsylvain@google.com2008-07-295-84/+26
* Puts back the optional unescaping of control characters and URL parse-affecti...brettw@google.com2008-07-295-26/+84
* Create a constructor to construct an AddressList::Datawtc@google.com2008-07-284-12/+17
* Add net to the repository.initial.commit2008-07-2699-0/+20347