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
*
Disk cache: Update the disk cache tools and tests to use
rvargas@google.com
2010-06-15
4
-85
/
+193
*
Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.
willchan@chromium.org
2010-06-15
1
-0
/
+2
*
Import the server-side code for URL encoding & unittest.
mbelshe@chromium.org
2010-06-07
5
-57
/
+781
*
Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.
tfarina@chromium.org
2010-06-07
3
-6
/
+6
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
1
-1
/
+3
*
Implement most of the ridealong fixes/cleanups I suggested during review for ...
pkasting@chromium.org
2010-06-01
1
-4
/
+2
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-27
2
-6
/
+10
*
Revert "Another dependency the bbot missed!!!"
rafaelw@chromium.org
2010-05-26
2
-10
/
+6
*
Enable warning 4389 as an error on windows builds. This will make
mbelshe@chromium.org
2010-05-25
2
-6
/
+10
*
chunk of straightforward ifdef/include changes for BSD port
pvalchev@google.com
2010-05-19
1
-1
/
+1
*
Http Cache: Add a backend factory class so that the caller
rvargas@google.com
2010-05-12
1
-1
/
+2
*
Replace about:net-internals with the javascript-based frontend.
eroman@chromium.org
2010-05-10
3
-522
/
+0
*
SPDY dissector expects associated stream id in SYN_STREAM header.
cbentzel@chromium.org
2010-04-30
1
-10
/
+33
*
Re-apply http://codereview.chromium.org/1622012
timurrrr@chromium.org
2010-04-30
3
-3
/
+1028
*
Revert "[Third time landing] Python implementation of sync server, for testing."
phajdan.jr@chromium.org
2010-04-30
3
-1028
/
+3
*
[Third time landing] Python implementation of sync server, for testing.
nick@chromium.org
2010-04-30
3
-3
/
+1028
*
Revert 45916 - Python implementation of sync server, for testing.
nick@chromium.org
2010-04-29
3
-1028
/
+3
*
Python implementation of sync server, for testing.
nick@chromium.org
2010-04-29
3
-3
/
+1028
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
2
-2
/
+2
*
The wireshark source does not export two symbols which packet-spdy.c uses in ...
cbentzel@chromium.org
2010-04-27
1
-5
/
+50
*
Quick hack to make the dump_cache work again. The URL
mbelshe@chromium.org
2010-04-26
1
-1
/
+4
*
Fix the SpdyShark plugin to use the updated compression dictionary.
mbelshe@chromium.org
2010-04-21
1
-1
/
+1
*
Revert 44708 - Python implementation of sync server, for testing.
nick@chromium.org
2010-04-15
3
-1028
/
+3
*
Python implementation of sync server, for testing.
nick@chromium.org
2010-04-15
3
-3
/
+1028
*
Cleanup: Explicitly add a bunch of missing includes.
thestig@chromium.org
2010-04-15
1
-2
/
+3
*
Change BASE_HEX to BASE_NONE, as now required for non-numeric types (FT_STRIN...
cbentzel@chromium.org
2010-04-12
1
-2
/
+2
*
Removing a clock dependent behavior in testserver which caused
tonyg@chromium.org
2010-03-31
1
-17
/
+24
*
Preparing Roberto's change for landing:
mbelshe@chromium.org
2010-03-31
3
-223
/
+206
*
svn prop fixes. Applied to all files not in third_party.
pkasting@chromium.org
2010-03-09
2
-49
/
+49
*
Add a UI test to make sure that each frame of a multipart
tony@chromium.org
2010-03-05
1
-0
/
+23
*
Use CHECK_* in net
willchan@chromium.org
2010-03-02
1
-1
/
+0
*
Wireshark dissector for SPDY protocol.
cbentzel@chromium.org
2010-02-23
13
-0
/
+2200
*
Added factories for HttpAuthHandler.
cbentzel@chromium.org
2010-02-15
1
-3
/
+7
*
Update effective TLD (registry-controlled domain) data to latest file from Mo...
pam@chromium.org
2010-02-12
2
-6
/
+14
*
Check-in a script to visualize the host resolver traces.
eroman@chromium.org
2010-02-10
3
-0
/
+522
*
Pass the NetworkChangeNotifier to HostResolver.
willchan@chromium.org
2010-02-04
1
-3
/
+3
*
Add mechanism for global queueing and prioritization of DNS.
eroman@chromium.org
2010-01-30
1
-1
/
+1
*
Remove a bunch of 0 byte files. (due to git-svn misbehavior?)
thestig@chromium.org
2010-01-26
1
-0
/
+0
*
Prevent python http server used in unit tests from crashing in a hard to diag...
robertshield@chromium.org
2010-01-20
1
-10
/
+20
*
Cleanup: change some |str += StringPrintf(...)| --> |StringAppendF(&str, ...)|.
eroman@chromium.org
2010-01-15
1
-4
/
+4
*
Decrease buffer size for the server to 2K fixed.
mbelshe@chromium.org
2010-01-15
1
-2
/
+2
*
More changes intended to make flip_in_mem_edsm_server.cc compile and run
mbelshe@chromium.org
2010-01-13
23
-520
/
+706
*
Set up HostResolverImpl to flush cache on IP address change.
willchan@chromium.org
2010-01-11
1
-1
/
+1
*
Support the PUT HTTP verb in ChromeFrame in the IE host network stack impleme...
ananta@chromium.org
2010-01-11
1
-7
/
+17
*
Reorder some statements to fix compile warning on Linux canary.
jam@chromium.org
2009-12-23
1
-2
/
+2
*
Use a perfect hash map for the registry controlled domain service.
jam@chromium.org
2009-12-23
1
-53
/
+95
*
Give classes with virtual methods virtual protected destructors instead of im...
jamesr@chromium.org
2009-12-16
1
-0
/
+3
*
Superficial changes to namespaces.
mbelshe@chromium.org
2009-12-14
20
-82
/
+80
*
Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...
eroman@chromium.org
2009-12-12
1
-7
/
+1
*
Cache failed DNS resolutions for 1 second.
eroman@chromium.org
2009-12-10
1
-1
/
+6
[next]