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
/
net.xcodeproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
add file:// handling to mac and linux builds
pinkerton@google.com
2008-10-10
1
-0
/
+2
*
Use open-vcdiff source in its new home on the Mac (follow-up to r2709)
mark@chromium.org
2008-09-30
1
-4
/
+4
*
Add missing header file to net.xcodeproj
darin@google.com
2008-09-29
1
-0
/
+2
*
Need to alphabetize our source files in the build steps.
avi@google.com
2008-09-29
1
-6
/
+6
*
Define FileInputStream and use it to make UpdateDataStream and URLRequestFile...
darin@google.com
2008-09-29
1
-0
/
+4
*
Add the auth unit-tests to SConscript and .pbxproj
ericroman@google.com
2008-09-27
1
-0
/
+12
*
Initial stab at http authentication (basic + digest) in new http stack.
ericroman@google.com
2008-09-27
1
-0
/
+24
*
Use open-vcdiff for sdch compression on the Mac
mark@chromium.org
2008-09-26
1
-0
/
+55
*
Add more tests and files to the Mac's net_unittests:
mark@chromium.org
2008-09-25
1
-2
/
+26
*
add http layer and unit tests to mac build. stub out file uploading in upload...
pinkerton@google.com
2008-09-25
1
-3
/
+15
*
Use histograms to send interesting parts of the disk cache statistics.
rvargas@google.com
2008-09-24
1
-0
/
+6
*
Refactoring out common code in the X.509 cert handling
avi@google.com
2008-09-23
1
-1
/
+5
*
Mac-specific CFRunLoop-based MessagePump implementation
mark@chromium.org
2008-09-23
1
-3
/
+7
*
Add missing files to project to get test-shell fully linking. Fixes gcc warni...
pinkerton@google.com
2008-09-23
1
-0
/
+28
*
Add tcp_client_socket_libevent to the project and get the unit tests working ...
pinkerton@google.com
2008-09-23
1
-2
/
+6
*
Unit test now runs on the Mac.
avi@google.com
2008-09-22
1
-2
/
+10
*
Accidental commit; oops
avi@google.com
2008-09-19
1
-10
/
+2
*
Unit test now runs on the Mac.
avi@google.com
2008-09-19
1
-2
/
+10
*
Build libevent on Mac
mark@chromium.org
2008-09-18
1
-0
/
+43
*
Bring X.509 cert handling (at least preliminarily) to the Mac.
avi@google.com
2008-09-18
1
-2
/
+4
*
Review URL: http://codereview.chromium.org/2942
jeremy@chromium.org
2008-09-17
1
-0
/
+2
*
Build host_resolver on the Mac
mmentovai@google.com
2008-09-09
1
-1
/
+7
*
Rename "run net_unittests" to "run_net_unittests" like we do with other unit
mmentovai@google.com
2008-09-08
1
-6
/
+6
*
Move icu.xcodeproj into the icu38 directory, as is done with all other
mmentovai@google.com
2008-09-03
1
-3
/
+3
*
Update net.xcodeproj with an 'All' target (like base).
sgk@google.com
2008-09-01
1
-0
/
+67
*
Run some disk cache unit tests on the Mac
mmentovai@google.com
2008-08-28
1
-0
/
+12
*
Use the right run_all_unittests.cc in net
mmentovai@google.com
2008-08-26
1
-1
/
+1
*
Add missing framework to link Mac mime changes.
avi@google.com
2008-08-22
1
-0
/
+4
*
Use PlatformTest to manage autorelease pools in net tests that use the path s...
mmentovai@google.com
2008-08-22
1
-0
/
+4
*
Move FileURLToFilePath into platform specific files. Most of the logic in th...
tc@google.com
2008-08-22
1
-0
/
+4
*
More net files brought into compilation for Mac/Linux.
avi@google.com
2008-08-21
1
-0
/
+12
*
Add the net_util_unittest to the mac net project.
paulg@google.com
2008-08-21
1
-0
/
+2
*
Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...
mmentovai@google.com
2008-08-21
1
-0
/
+10
*
Back out r1154 due to test failures
mmentovai@google.com
2008-08-21
1
-10
/
+0
*
Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla...
mmentovai@google.com
2008-08-21
1
-0
/
+10
*
More of net compiling on the Mac.
avi@google.com
2008-08-20
1
-31
/
+45
*
Fixing extended verification code for non-windows
avi@google.com
2008-08-20
1
-0
/
+2
*
Add MimeSnifferTest to net_unittests. Take message_pump_default.cc out of
mmentovai@google.com
2008-08-20
1
-0
/
+2
*
Make mime sniffer compile for Mac.
avi@google.com
2008-08-20
1
-0
/
+2
*
Run a couple more tests in net, and get rid of a couple more warnings
mmentovai@google.com
2008-08-20
1
-0
/
+8
*
add http_cache to mac build.
ericroman@google.com
2008-08-19
1
-0
/
+2
*
Add mime_util and http_chunked_decoder to mac project.
ericroman@google.com
2008-08-19
1
-0
/
+6
*
Build the rest of the files that currently work in net. No new tests can
mmentovai@google.com
2008-08-19
1
-5
/
+61
*
Pass more tests in net.
mmentovai@google.com
2008-08-18
1
-2
/
+107
*
Build and run bzip2 and gzip filter tests in net. Brings net, bzip2, and zlib
mmentovai@google.com
2008-08-18
1
-384
/
+854
*
make the GTest executables follow the naming conventions for other platforms.
pinkerton@google.com
2008-08-13
1
-22
/
+22
*
configure the net unit test targets
pinkerton@google.com
2008-08-12
1
-2
/
+287
*
Update xcodeprojs
mmentovai@google.com
2008-08-01
1
-0
/
+478