index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix hammer build. Bustage resulted from renaming some files.
darin@google.com
2008-08-11
1
-3
/
+3
*
Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.
darin@google.com
2008-08-11
18
-276
/
+278
*
Add a stubbed-out platform_mime_util_mac.mm
ericroman@google.com
2008-08-10
4
-5
/
+61
*
rollback r526 to fix performance regression
darin@google.com
2008-08-09
2
-10
/
+11
*
Refactor mime_util into a singleton.
ericroman@google.com
2008-08-09
5
-55
/
+175
*
Add deps files and rules for the checkdeps script.
brettw@google.com
2008-08-08
1
-0
/
+3
*
Extend disk cache unit tests to include reuse of internal entries.
rvargas@google.com
2008-08-08
1
-11
/
+27
*
Stop using SHFileOperation from the disk cache code.
rvargas@google.com
2008-08-08
1
-10
/
+16
*
Break out windows specific parts of mime_util.cc into mime_util_win.cc
ericroman@google.com
2008-08-08
4
-17
/
+70
*
Change the UrlRequestJob base class to be thread safe because the sub class U...
nsylvain@google.com
2008-08-08
1
-1
/
+4
*
Rollback r517 to retry with ObjectWatcher. This change did not appear to be
darin@google.com
2008-08-07
2
-11
/
+10
*
Rollback changes made to URLRequestFileJob to use ObjectWatcher instead of
darin@google.com
2008-08-07
2
-10
/
+11
*
Remove the old NativeMB functions from string util, and use the new ones in s...
brettw@google.com
2008-08-07
2
-5
/
+8
*
Remove an unused include of deprecated atomic.h. Replace a custom singleton ...
deanm@google.com
2008-08-07
3
-15
/
+10
*
SCons: handle new net/base/client_socket_*.cc files.
sgk@google.com
2008-08-07
1
-3
/
+3
*
fix bustage... F**K
darin@google.com
2008-08-07
1
-3
/
+2
*
Rename HttpConnection to ClientSocketHandle, and rename HttpConnectionManager...
darin@google.com
2008-08-06
10
-209
/
+231
*
Merge some changes in net/base from branches/mac_july_2008 to trunk.
ericroman@google.com
2008-08-06
7
-15
/
+13
*
Make some changes from my code review. Two significant
wtc@google.com
2008-08-05
6
-33
/
+64
*
Miscellaneous changes from my code review.
wtc@google.com
2008-08-05
4
-127
/
+150
*
Miscellaneous changes (mostly cleanup) from my code review.
wtc@google.com
2008-08-05
8
-61
/
+90
*
Fix header include guards.
darin@google.com
2008-08-04
14
-43
/
+43
*
Use base::ObjectWatcher instead of MessageLoop::WatchObject for some consumer...
darin@google.com
2008-08-04
8
-52
/
+47
*
Checking in the rest of the .lib changes, previous commit was only done from ...
sgk@google.com
2008-08-04
2
-24
/
+25
*
was originally reviewed by jar as part of revision 322, but i mistakenly didn...
darin@google.com
2008-08-04
2
-8
/
+9
*
Pull the block of common Windows system libraries that we link with everywher...
sgk@google.com
2008-08-04
2
-43
/
+0
*
Convert submodules SConscript files to psuedo-builder calls.
sgk@google.com
2008-08-03
2
-23
/
+7
*
If a disk cache entry is stored as an external file, and it is reused (open/t...
rvargas@google.com
2008-08-02
128
-2
/
+43
*
Update xcodeprojs
mmentovai@google.com
2008-08-01
1
-0
/
+478
*
Update TLD data, incorporating recent changes from Mozilla as well as more
pamg@google.com
2008-08-01
1
-48
/
+1137
*
Forward declare GURL in cookie_policy.
deanm@google.com
2008-08-01
3
-2
/
+6
*
Cleanup some old unused code from the cookie monster unittest.
deanm@google.com
2008-08-01
1
-19
/
+0
*
tld_cleanup's main() needs the new base::AtExitManager too, so DCHECKs don't ...
sgk@google.com
2008-08-01
1
-0
/
+4
*
Change the order of functions on the cc file to follow the order of the heade...
rvargas@google.com
2008-07-31
3
-726
/
+735
*
Move more net classes into the net namespace. Also remove the net_util names...
darin@google.com
2008-07-31
30
-195
/
+244
*
Remove unnecessary use of atomic operations. Getting the pid on windows is v...
deanm@google.com
2008-07-31
1
-6
/
+1
*
Initial cleanups en route to coalescing the get-it-built cut-and-paste from v...
sgk@google.com
2008-07-31
2
-12
/
+2
*
I looked at the full dump from the previous crashes and it looks like a testi...
brettw@google.com
2008-07-30
6
-28
/
+86
*
Fix memory leak when simulating failures in unit tests.
rvargas@google.com
2008-07-30
1
-1
/
+3
*
Add unit tests to the disk cache to verify that a failure during cache reinit...
rvargas@google.com
2008-07-30
4
-39
/
+86
*
Update SCons build for recent changes:
sgk@google.com
2008-07-30
1
-1
/
+1
*
Change the proxy failover to be less aggressive. We now clear the list of bad...
nsylvain@google.com
2008-07-30
2
-22
/
+140
*
further adjust test results to match the new reality
darin@google.com
2008-07-30
1
-1
/
+1
*
Replace scoped_ptr with scoped_array.
rvargas@google.com
2008-07-30
2
-2
/
+2
*
DirectoryListing is now in the net namespace.
darin@google.com
2008-07-30
1
-2
/
+2
*
Document that the callback parameter of
wtc@google.com
2008-07-30
3
-23
/
+35
*
Rename URLRequestHttpCacheJob to URLRequestHttpJob.
darin@google.com
2008-07-30
4
-60
/
+59
*
Move some more classes from net/base into the net:: namespace.
darin@google.com
2008-07-30
40
-132
/
+173
*
A more portable HostResolver implementation.
darin@google.com
2008-07-30
2
-63
/
+101
*
Do not use RecycleOrDelete since it is not ready for prime-time.
darin@google.com
2008-07-30
1
-1
/
+1
[next]