| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Made testserver communicate to parent process with JSON | akalin@chromium.org | 2010-11-27 | 1 | -4/+9 |
* | Added server_data json dictionary to testserver.py | akalin@chromium.org | 2010-11-26 | 1 | -0/+4 |
* | Revert 67437 - Added server_data json dictionary to testserver.py | akalin@chromium.org | 2010-11-26 | 1 | -5/+0 |
* | Added server_data json dictionary to testserver.py | akalin@chromium.org | 2010-11-26 | 1 | -0/+5 |
* | Added simplejson import line to testserver.py. | akalin@chromium.org | 2010-11-26 | 1 | -0/+1 |
* | Revert 67428 - Added server_data json dictionary to testserver.py | akalin@chromium.org | 2010-11-26 | 1 | -8/+1 |
* | Added server_data json dictionary to testserver.py | akalin@chromium.org | 2010-11-26 | 1 | -1/+8 |
* | Revert 67398 - Made testserver communicate to parent process with JSON | akalin@chromium.org | 2010-11-25 | 1 | -18/+4 |
* | Made testserver communicate to parent process with JSON | akalin@chromium.org | 2010-11-25 | 1 | -4/+18 |
* | Revert 67386 - Made testserver communicate to parent process with JSON | akalin@chromium.org | 2010-11-25 | 1 | -18/+4 |
* | Made testserver communicate to parent process with JSON | akalin@chromium.org | 2010-11-25 | 1 | -4/+18 |
* | Landing fix for keindsay@gmail.com (Strangeloop Networks) | mbelshe@google.com | 2010-11-24 | 9 | -587/+1618 |
* | Revert 67018 - Made testserver communicate to parent process with JSON | akalin@chromium.org | 2010-11-23 | 1 | -18/+4 |
* | Made testserver communicate to parent process with JSON | akalin@chromium.org | 2010-11-22 | 1 | -4/+18 |
* | Revert "Revert "net: Plumb DnsCertProvenanceChecker around."" | agl@chromium.org | 2010-11-22 | 1 | -1/+2 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-22 | 1 | -2/+1 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-22 | 1 | -1/+2 |
* | Always send the device ID when making device management requests. | mnissler@chromium.org | 2010-11-22 | 1 | -1/+3 |
* | Use a service to create device management backends. | mnissler@chromium.org | 2010-11-22 | 1 | -8/+8 |
* | Revert 66879 - Made testserver communicate to parent process with JSON | akalin@chromium.org | 2010-11-20 | 1 | -18/+4 |
* | Made testserver communicate to parent process with JSON | akalin@chromium.org | 2010-11-20 | 1 | -4/+18 |
* | added InitLogging call to run_testserver. | akalin@chromium.org | 2010-11-18 | 1 | -0/+9 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-18 | 1 | -2/+1 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-18 | 1 | -1/+2 |
* | Add a PDF test to load all the pdfs in a test directory, using the test serve... | jam@chromium.org | 2010-11-17 | 1 | -2/+21 |
* | base: Move StringSplitAlongWhitespace to string_split.h | tfarina@chromium.org | 2010-11-15 | 1 | -1/+1 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 2 | -13/+15 |
* | [Sync] Added a separate type for a sync server for testserver.py | akalin@chromium.org | 2010-11-12 | 2 | -93/+137 |
* | testserver.py listens on ephemeral ports by default. | cbentzel@chromium.org | 2010-11-11 | 1 | -9/+17 |
* | All SSL UI tests work with ephemeral ports. | cbentzel@chromium.org | 2010-11-11 | 1 | -10/+16 |
* | Add device management test server to net infrastructure. | mnissler@chromium.org | 2010-11-11 | 2 | -1/+344 |
* | sync: bake 'explicit' passphrases into the nigori specifics, rather | tim@chromium.org | 2010-11-10 | 1 | -0/+14 |
* | Revert 65465 - testserver.py listens on ephemeral ports by default. | cbentzel@chromium.org | 2010-11-09 | 1 | -17/+9 |