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
*
Relax assertion in ProxyConfigServiceLinux gconf cleanup.
sdoyon@chromium.org
2009-07-13
1
-2
/
+18
*
Disk cache: Generate total-load-time histograms from the
rvargas@google.com
2009-07-11
1
-0
/
+26
*
Add some CHECKs to track down the source of a NULL deref in the SSLClientSock...
willchan@chromium.org
2009-07-10
2
-0
/
+13
*
Remove svn:executable property from some more files that don't need it.
thestig@chromium.org
2009-07-10
2
-0
/
+0
*
Fix some coverity warnings in src/net.
willchan@chromium.org
2009-07-10
3
-9
/
+9
*
Fix the local directory listing, FTP directory listing and the local file han...
jshin@chromium.org
2009-07-09
8
-74
/
+204
*
Disk cache: Don't evict entries if we are busy doing other stuff.
rvargas@google.com
2009-07-09
4
-20
/
+58
*
Disk cache: Add explicit support for eviction / deletion
rvargas@google.com
2009-07-09
7
-13
/
+279
*
Validate offset / length of extra field in the message. Note these fields are
cevans@chromium.org
2009-07-09
1
-2
/
+9
*
Disk cache: Additional code cleanup after CL 20067.
rvargas@google.com
2009-07-08
1
-20
/
+10
*
Correctly implementing GetPeerName() to point to TCPClientSocket::GetPeerName...
arindam@chromium.org
2009-07-08
2
-9
/
+5
*
Correctly handle multiple control response lines in new FTP transaction
phajdan.jr@chromium.org
2009-07-08
4
-20
/
+85
*
CHECK to make sure connection_group is never empty.
willchan@chromium.org
2009-07-07
2
-1
/
+6
*
Disk cache: Keep a map of all open entries.
rvargas@google.com
2009-07-07
13
-40
/
+162
*
Add mpeg for layouttests to pass. The following media layout tests fail if m...
fbarchard@chromium.org
2009-07-07
1
-0
/
+5
*
OGG and OGV added to supported media types for omnibox, href and command line.
fbarchard@chromium.org
2009-07-07
1
-14
/
+12
*
Add more code to debug a crash inside HttpCache::DeactivateEntry
rvargas@google.com
2009-07-06
2
-5
/
+34
*
Refactoring in client_socket_pool_base_unittest.cc.
phajdan.jr@chromium.org
2009-07-06
1
-113
/
+84
*
Fix few trivial Coverity issues, mainly PASS_BY_VALUE.
phajdan.jr@chromium.org
2009-07-06
1
-1
/
+1
*
Fix up some code not to set off coverity warnings.
willchan@chromium.org
2009-07-06
3
-3
/
+6
*
Revert "Speed up net_unittests by ~20s by manipulating tcp_pinger timeouts."
phajdan.jr@chromium.org
2009-07-06
1
-2
/
+2
*
Make new FtpNetworkTransaction handle short reads correctly.
phajdan.jr@chromium.org
2009-07-06
4
-160
/
+247
*
Speed up net_unittests by ~20s by manipulating tcp_pinger timeouts.
phajdan.jr@chromium.org
2009-07-06
1
-2
/
+2
*
Make ConnectJob::ReleaseSocket() return NULL on connection error.
willchan@chromium.org
2009-07-02
3
-1
/
+6
*
Fix leak on connection error.
willchan@chromium.org
2009-07-02
1
-2
/
+2
*
Refactor ConnectJob and TCPConnectJob.
willchan@chromium.org
2009-07-01
5
-163
/
+291
*
Fix 15 coverity complaints.
rvargas@google.com
2009-07-01
11
-27
/
+27
*
Say we support mime-type audio/mpeg and video/mpeg
hclam@chromium.org
2009-07-01
1
-0
/
+4
*
Fix a browser crash during cache validation.
rvargas@google.com
2009-06-30
2
-0
/
+34
*
Refactor ClientSocketPoolBase to be testable without host resolution / tcp co...
willchan@chromium.org
2009-06-30
7
-370
/
+340
*
Stop leaking ConnectCallbackWrapper if Connect() does not complete before the...
willchan@chromium.org
2009-06-30
2
-40
/
+46
*
Remove some dead code -- this was moved into client_socket_pool_base.cc.
ericroman@google.com
2009-06-29
1
-15
/
+0
*
Remove a stale comment.
ericroman@google.com
2009-06-29
1
-2
/
+0
*
Use C99 standard format macros for 64-bit values.
agl@chromium.org
2009-06-29
2
-5
/
+7
*
Create a more fine grained histogram of SDCH payload sizes
jar@chromium.org
2009-06-29
1
-2
/
+2
*
Tests for socks4/4a implementation.
arindam@chromium.org
2009-06-28
6
-150
/
+439
*
Reverting 19466.
thakis@chromium.org
2009-06-27
6
-436
/
+147
*
Tests for socks4/4a implementation.
arindam@chromium.org
2009-06-27
6
-147
/
+436
*
Ensure that even if the HostResolver outlives the IO thread, its jobs will no...
ericroman@google.com
2009-06-27
2
-1
/
+20
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-27
22
-121
/
+116
*
Add a command line switch to allow setting the max size
rvargas@google.com
2009-06-26
1
-0
/
+4
*
Reverting 19425.
ericroman@google.com
2009-06-26
22
-116
/
+121
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-26
22
-121
/
+116
*
Document when the Delegate methods OnCertificateRequested and
wtc@chromium.org
2009-06-26
1
-1
/
+9
*
Refactoring using_proxy_, using_tunnel_, using_socks_proxy_ into a single enu...
arindam@chromium.org
2009-06-26
4
-23
/
+145
*
Add DCHECKs to the states that should be entered only when the
wtc@chromium.org
2009-06-26
1
-0
/
+7
*
Sparse IO implementation for memory-only cache
hclam@chromium.org
2009-06-26
5
-73
/
+438
*
revert socks_client_socket.cc from r19005
arindam@chromium.org
2009-06-26
1
-45
/
+47
*
reverting the change 19354, 19356
arindam@chromium.org
2009-06-26
5
-387
/
+96
*
Fixing compilation warnings for r19354
arindam@chromium.org
2009-06-26
2
-3
/
+3
[next]