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 crash in client_socket_pool_base.cc.
phajdan.jr@chromium.org
2009-07-29
3
-6
/
+75
*
If a write is pending, just add it to the buffer. Don't trigger a second conc...
avi@chromium.org
2009-07-29
1
-0
/
+11
*
Http cache: dump the transaction and active entry key
rvargas@google.com
2009-07-29
1
-2
/
+11
*
Http cache: revert dumping the transaction key.
rvargas@google.com
2009-07-29
1
-9
/
+2
*
Http cache: dump the transaction and active entry key
rvargas@google.com
2009-07-29
1
-2
/
+9
*
Make IsIDNComponentSafe in net/base/net_util.cc thread-safe with a lock.
jshin@chromium.org
2009-07-29
1
-36
/
+41
*
Followup after socket tests refactoring http://codereview.chromium.org/155925
phajdan.jr@chromium.org
2009-07-29
4
-100
/
+110
*
Store the url into a stack variable for the CHECK when connection_group.empty().
willchan@chromium.org
2009-07-29
1
-3
/
+11
*
Assorted fixes for 64-bit.
deanm@chromium.org
2009-07-28
2
-4
/
+4
*
Rework FTP control response parsing code and fix socket Write misuse.
phajdan.jr@chromium.org
2009-07-28
7
-217
/
+524
*
Consider "127.0.0.1" and "[::1]" local addresses for the purposes of proxy by...
ericroman@google.com
2009-07-28
3
-203
/
+255
*
Moved the logical dependency on Blacklist from URLRequestContext
idanan@chromium.org
2009-07-28
1
-7
/
+1
*
Remove *.vsprops files that are no longer referenced (or only have
sgk@google.com
2009-07-28
1
-8
/
+0
*
Make CookieStore dtor virtual
amit@chromium.org
2009-07-28
1
-0
/
+2
*
Navigation and cookies for Automation
amit@chromium.org
2009-07-28
9
-57
/
+139
*
Clean-up proxy_service_unittest.cc, to remove dependency on SingleThreadedPro...
ericroman@google.com
2009-07-28
1
-744
/
+607
*
Disk Cache: Delete chained block files when they become empty.
rvargas@google.com
2009-07-28
4
-22
/
+121
*
Cleanup in url_request_new_ftp_job.
phajdan.jr@chromium.org
2009-07-27
2
-3
/
+1
*
Fix LogTCPConnectedMetrics. Add FieldTrials for late binding (enable for 50%...
willchan@chromium.org
2009-07-27
2
-13
/
+48
*
Remove the concept of threading from ProxyService, and move it into the Proxy...
ericroman@google.com
2009-07-26
16
-316
/
+1079
*
Implement mimetype sniffing for extensions.
aa@chromium.org
2009-07-25
2
-1
/
+107
*
Implemented rest of webkit api/glue code needed for HTML5 media canPlayType().
scherkus@chromium.org
2009-07-25
2
-0
/
+36
*
Updated media MIME type handling for Chrome and Chromium.
scherkus@chromium.org
2009-07-25
1
-9
/
+2
*
Disk cache: Avoid restarting the cache while it may be in use.
rvargas@google.com
2009-07-24
3
-5
/
+19
*
Return Error Status Upon Blocking Requests
idanan@chromium.org
2009-07-24
2
-5
/
+5
*
Implement OCSP handler for NSS.
ukai@chromium.org
2009-07-24
3
-0
/
+626
*
Refactoring in socket pool unittests:
phajdan.jr@chromium.org
2009-07-23
4
-390
/
+376
*
linux: generalize desktop environment guessing to encompass KDE
evan@chromium.org
2009-07-23
3
-49
/
+53
*
Add support to URLRequest for deferring redirects.
darin@chromium.org
2009-07-23
8
-44
/
+158
*
Strip embedded "#" in URLs when constructing HTTP cache key.
ericroman@google.com
2009-07-23
2
-5
/
+28
*
Disk cache: Fix handling of invalid entries that are detected
rvargas@google.com
2009-07-23
10
-80
/
+200
*
Add unit-test for 16199, to check caching behavior of conditonalized cache re...
ericroman@google.com
2009-07-23
1
-3
/
+132
*
Limit total number of sockets in the system.
phajdan.jr@chromium.org
2009-07-22
8
-91
/
+441
*
mp4 types in omnibox only for chrome, not chromium
fbarchard@chromium.org
2009-07-22
1
-0
/
+3
*
Try again: Add proxy config (using gnome-network-preferences)
mattm@chromium.org
2009-07-22
3
-54
/
+9
*
Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls.
willchan@chromium.org
2009-07-21
4
-0
/
+21
*
Use new char[] to match the delete[]. To fix a valgrind error.
ericroman@google.com
2009-07-18
1
-4
/
+5
*
Use manually constructed IPv6 socket addresses for tests, rather than system ...
ericroman@google.com
2009-07-18
7
-42
/
+125
*
Add synchronous-mode operation to MockHostResolver; this helps clarify some t...
ericroman@google.com
2009-07-18
5
-44
/
+85
*
Revert "Add proxy config (using gnome-network-preferences)"
mattm@chromium.org
2009-07-18
1
-2
/
+7
*
Add proxy config (using gnome-network-preferences)
mattm@chromium.org
2009-07-17
1
-7
/
+2
*
Add codec parsing capability to MimeUtil
kylep@chromium.org
2009-07-17
3
-0
/
+61
*
Use base::Time::Exploded instead of struct tm in
wtc@chromium.org
2009-07-17
3
-159
/
+120
*
Disk cache: Add support for having a sparse entry block that
rvargas@google.com
2009-07-17
6
-49
/
+277
*
Properly let the SSL engine know when the underlying stream is closed.
avi@chromium.org
2009-07-16
1
-2
/
+4
*
Delete an un-used file.
ericroman@google.com
2009-07-16
1
-170
/
+0
*
Disable LoadState net unittest: it's flakey
agl@chromium.org
2009-07-16
1
-1
/
+1
*
Fix a typo pointed out by wtc after I checked in.
jshin@chromium.org
2009-07-16
1
-1
/
+1
*
Refactorings surrounding HostResolver:
ericroman@google.com
2009-07-15
30
-982
/
+1415
*
Changing to match reality.
avi@chromium.org
2009-07-15
1
-2
/
+2
[next]