| Commit message (Expand) | Author | Age | Files | Lines |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 2 | -8/+7 |
* | Create a URLRequestContextBuilder. | willchan@chromium.org | 2012-04-17 | 1 | -1/+3 |
* | FTP: make the code handling server messages in directory listings more general. | phajdan.jr@chromium.org | 2012-04-14 | 2 | -21/+8 |
* | Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead | rch@chromium.org | 2012-02-23 | 1 | -28/+28 |
* | Fixes to socket_test_util.cc. | szym@chromium.org | 2012-01-22 | 2 | -3/+6 |
* | FTP: work around server bugs resulting in negative file size being sent. | phajdan.jr@chromium.org | 2011-12-20 | 2 | -4/+10 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-19 | 2 | -16/+21 |
* | Revert 114944 - Standardize StringToInt{,64} interface. | battre@chromium.org | 2011-12-18 | 2 | -21/+16 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-18 | 2 | -16/+21 |
* | Revert 114929 - Standardize StringToInt{,64} interface. | rsleevi@chromium.org | 2011-12-17 | 2 | -21/+16 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-17 | 2 | -16/+21 |
* | Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). | ajwong@chromium.org | 2011-12-09 | 4 | -43/+46 |
* | base::Bind: Convert HostResolver::Resolve. | jhawkins@chromium.org | 2011-11-16 | 1 | -1/+6 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 7 | -75/+71 |
* | net: Move UnescapeURLComponent() functions into net namespace. | tfarina@chromium.org | 2011-10-02 | 1 | -2/+2 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 4 | -18/+18 |
* | FTP: fix compatibility problem with ftp.comconlink.co.za | phajdan.jr@chromium.org | 2011-09-28 | 1 | -2/+0 |
* | FTP: fix compatibility with servers which send 451 response | phajdan.jr@chromium.org | 2011-09-14 | 3 | -15/+53 |
* | FTP: Cleanup - replace sscanf with more high-level routines. | phajdan.jr@chromium.org | 2011-09-14 | 2 | -24/+46 |
* | FTP: fix navigation to ftp://ftp.emea.ibm.com/toibm/tivoli | phajdan.jr@chromium.org | 2011-09-06 | 2 | -1/+2 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 14 | -28/+29 |
* | FTP: add directory listing parser for OS/2 format. | phajdan.jr@chromium.org | 2011-08-11 | 11 | -62/+342 |
* | FTP: fix directory listing parsing for Hylafax | phajdan.jr@chromium.org | 2011-08-09 | 3 | -5/+12 |
* | Removed wchat_t from Time::FromString. | shinyak@google.com | 2011-08-03 | 1 | -1/+1 |
* | Revert 94426 - Removed wchat_t from Time::FromString. | morrita@chromium.org | 2011-07-28 | 1 | -1/+1 |
* | Removed wchat_t from Time::FromString. | shinyak@google.com | 2011-07-28 | 1 | -1/+1 |
* | Remove explicit keyword from multi-argument (w/o default values) constructors | dilmah@chromium.org | 2011-07-26 | 1 | -2/+1 |
* | Add OVERRIDE throughout net/ftp/* | eroman@chromium.org | 2011-07-22 | 3 | -30/+34 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Uninitialized struct members in FtpDirectoryListingEntry. | finnur@chromium.org | 2011-06-12 | 2 | -1/+4 |
* | Add unit-tests for SingleRequestHostResolver. | eroman@chromium.org | 2011-06-06 | 1 | -0/+1 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Ftp: Add NET_API for net.dll | rvargas@google.com | 2011-05-18 | 13 | -22/+37 |
* | iwyu: Include stringprintf.h where appropriate, part 3. | jhawkins@chromium.org | 2011-05-12 | 1 | -1/+1 |
* | FTP: split the directory listing parser test and re-enable it on TSan bots | phajdan.jr@chromium.org | 2011-05-06 | 2 | -142/+185 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 2 | -4/+4 |
* | FTP: Fix a compatibility issue with Plan9 | phajdan.jr@chromium.org | 2011-05-03 | 2 | -7/+11 |
* | Revert r83048 "Removed wchar_t from Time::FromString." | maruel@chromium.org | 2011-04-26 | 1 | -1/+1 |
* | Removed wchar_t from Time::FromString. | shinyak@google.com | 2011-04-26 | 1 | -1/+1 |
* | FTP: Multiple fixes for localized directory listings: | phajdan.jr@chromium.org | 2011-04-11 | 6 | -55/+121 |
* | FTP: fix a misuse of isspace (it can only operate on char, | phajdan.jr@chromium.org | 2011-04-09 | 1 | -6/+9 |
* | Rename a number of classes previously labeled "TCP" to "Transport" in | mbelshe@chromium.org | 2011-04-07 | 1 | -2/+2 |
* | Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det... | phajdan.jr@chromium.org | 2011-04-06 | 6 | -121/+55 |
* | FTP: Multiple fixes for localized directory listings: | phajdan.jr@chromium.org | 2011-04-06 | 6 | -55/+121 |
* | FTP: more flexible detection of column offset | phajdan.jr@chromium.org | 2011-03-29 | 2 | -65/+51 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 4 | -9/+9 |
* | Fix Clang build after landing http://codereview.chromium.org/6670085/ | phajdan.jr@chromium.org | 2011-03-26 | 2 | -0/+5 |
* | FTP: Detect the character encoding only after the entire listing is received. | phajdan.jr@chromium.org | 2011-03-26 | 18 | -976/+690 |
* | FTP: use ICU to parse month abbreviations. | phajdan.jr@chromium.org | 2011-03-19 | 3 | -47/+49 |
* | More OOLing on Mac. | erg@google.com | 2011-02-23 | 2 | -5/+19 |