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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.
willchan@chromium.org
2011-01-28
1
-16
/
+19
*
Change UTF8ToUTF16 to accept const StringPiece&.
suzhe@google.com
2011-01-28
2
-0
/
+3
*
The server will happily propagate invalid SPDY headers, which Chrome will
mbelshe@chromium.org
2011-01-27
1
-0
/
+5
*
Revert 72844 - Optimizations to fill packets better for the edsm server.
mbelshe@chromium.org
2011-01-27
1
-50
/
+38
*
Optimizations to fill packets better for the edsm server.
mbelshe@chromium.org
2011-01-27
1
-38
/
+50
*
Remove hresolv
cbentzel@chromium.org
2011-01-26
1
-460
/
+0
*
Disk cache: Prevent obscure file corruption and deal
rvargas@google.com
2011-01-25
1
-16
/
+26
*
A few cleanups in the in-mem flip server:
mbelshe@chromium.org
2011-01-25
1
-89
/
+127
*
Roll back an incorrect change to SyncPageHandler.ChromiumSyncCommandHandler.
satish@chromium.org
2011-01-25
1
-1
/
+2
*
Prototype of chunked transfer encoded POST.
satish@chromium.org
2011-01-25
1
-12
/
+26
*
More net/ reordering.
erg@google.com
2011-01-21
1
-0
/
+1
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-4
/
+4
*
Handle error case on SSL read which was not properly exiting.
mbelshe@chromium.org
2011-01-21
1
-1
/
+1
*
Memory leak fix, log file reopen, remote ip fix, connection idle timeout,
mbelshe@chromium.org
2011-01-21
2
-104
/
+258
*
Add a flag to the in-memory-server to force SPDY even if SSL-NPN didn't
mbelshe@chromium.org
2011-01-20
1
-15
/
+30
*
Reduce the Spdy data frame sizes used. Attempt to make them fit within SSL
mbelshe@chromium.org
2011-01-15
1
-13
/
+45
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-11
3
-9
/
+14
*
Adding new sync data type AUTOFILL_PROFILE to python server.
rsimha@chromium.org
2011-01-10
1
-3
/
+7
*
Revert 70920 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
3
-14
/
+9
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-10
3
-9
/
+14
*
Reland "Remove base/scoped_handle_win.h."
tfarina@chromium.org
2011-01-09
2
-6
/
+6
*
Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th...
thakis@chromium.org
2011-01-07
2
-6
/
+6
*
Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo...
tfarina@chromium.org
2011-01-07
2
-6
/
+6
*
Revert 70782 - Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
3
-14
/
+9
*
Made logging not look up --enable-dcheck from command line
akalin@chromium.org
2011-01-07
3
-9
/
+14
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
2
-6
/
+6
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
2
-6
/
+6
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
2
-6
/
+6
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
2
-6
/
+6
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
2
-6
/
+6
*
Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPa...
tfarina@chromium.org
2011-01-06
1
-1
/
+1
*
Minimize login prompts
cbentzel@chromium.org
2011-01-05
1
-3
/
+31
*
Move base/lock and base/condition_variable to base/synchronization/
brettw@chromium.org
2011-01-01
1
-1
/
+0
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
3
-3
/
+3
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
1
-1
/
+1
*
[Sync] Added tests for xmppserver, fixed exposed bugs
akalin@chromium.org
2010-12-22
2
-26
/
+63
*
[Sync] added workaround for python 2.5 bug causing sync test flakiness
akalin@chromium.org
2010-12-21
1
-1
/
+9
*
[Sync] Fixed bug in test sync server's select loop.
akalin@chromium.org
2010-12-20
1
-13
/
+15
*
Make sure test server use right mime for exe.
lzheng@chromium.org
2010-12-16
1
-2
/
+3
*
Don't use large SSL_Write() calls, as they lead to large SSL records
mbelshe@chromium.org
2010-12-16
1
-13
/
+29
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-3
/
+7
*
Explicitly ignore return value of sk_SSL_COMP_delete.
hans@chromium.org
2010-12-14
1
-1
/
+1
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
1
-4
/
+5
*
flip_in_mem_edsm_server: Fix friend declaration.
hans@chromium.org
2010-12-13
1
-6
/
+6
*
balsa_headers.h: remove redundant idx_ tests.
hans@chromium.org
2010-12-13
1
-5
/
+2
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
1
-5
/
+4
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
1
-4
/
+5
*
Get rid of std::wstring version of HasSwitch.
tfarina@chromium.org
2010-12-08
1
-4
/
+4
*
Patch from kelindsay@strangeloop.com
mbelshe@google.com
2010-11-30
2
-56
/
+192
*
Spin up XMPP server for testservers of type sync.
akalin@chromium.org
2010-11-27
2
-10
/
+92
[prev]
[next]