1. e13c146 Revert 188912 "Removed static factories for data, ftp, file, and..." by [email protected] · 12 years ago
  2. 57486fd Removed static factories for data, ftp, file, and about jobs. by [email protected] · 12 years ago
  3. d778e042 src/: Update the remaining include paths of string_split.h to its new location. by [email protected] · 12 years ago
  4. 6cdfd7f Replace FilePath with base::FilePath in net. by [email protected] · 13 years ago
  5. f4ebe77 Move string tokenizer to base/strings. by [email protected] · 13 years ago
  6. c297d3a Roll ICU and convert include style to standard Chromium style, by [email protected] · 13 years ago
  7. b1eef44 FTP: fix leaks in tests. by [email protected] · 13 years ago
  8. f20f6bb FTP: fix compatibility with VMS server kednos.com by [email protected] · 13 years ago
  9. e466aaf [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFamily() to be used when creating sockets. by [email protected] · 13 years ago
  10. 0ea5086 FTP: correctly handle newlines in file names by [email protected] · 13 years ago
  11. 52ce533 FTP: allow garbage instead of "ls -l" permissions listing. by [email protected] · 13 years ago
  12. bde1ca85 FTP: misc fixes resulting from my testing. by [email protected] · 13 years ago
  13. d3715c77 FTP: Only issue EPSV command for non-IPv4 connections. by [email protected] · 13 years ago
  14. 80a09a8 net: Pass the real IP address and port for mock TCP sockets where possible. by [email protected] · 13 years ago
  15. 3b821c6 FTP: Open a fresh data connection after a command error. by [email protected] · 13 years ago
  16. 6f1b5ff FTP: Clean up the server type histogram to use less space. by [email protected] · 13 years ago
  17. 96dfae6 FTP: fix compatibility with mod_ftp's LISTisNLST option. by [email protected] · 13 years ago
  18. d99d9bd2 FTP: support YYYY-MM-DD HH:MM date format in "ls -l" directory listings. by [email protected] · 13 years ago
  19. 844f32c1 FTP: add net-internals logging. by [email protected] · 13 years ago
  20. 8fc2857 FTP: refactor repetetive code to a table of callbacks. by [email protected] · 13 years ago
  21. 94719f0 fix compilation on vs2012 for FtpAuthCache::Entry by [email protected] · 13 years ago
  22. 9ec24af Enable FtpDirectoryListing* GUnit tests on Android. by [email protected] · 13 years ago
  23. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  24. 17350d3 Make SplitString() and variants clear their outparam vector. (Note that SplitStringIntoKeyValues() and SplitStringIntoKeyValuePairs() already did this.) This is more in line with what other APIs that take outparams do. by [email protected] · 13 years ago
  25. a352869 fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPeerAddress(IPEndPoint* address) by [email protected] · 13 years ago
  26. 7054e78f Reimplements net::AddressList without struct addrinfo. by [email protected] · 13 years ago
  27. e26fe07 Create a URLRequestContextBuilder. by [email protected] · 13 years ago
  28. 0d6b666 FTP: make the code handling server messages in directory listings more general. by [email protected] · 13 years ago
  29. 8ddf832 Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead by [email protected] · 14 years ago
  30. a159531 Fixes to socket_test_util.cc. by [email protected] · 14 years ago
  31. ddb92f1 FTP: work around server bugs resulting in negative file size being sent. by [email protected] · 14 years ago
  32. eb72b27 Standardize StringToInt{,64} interface. by [email protected] · 14 years ago
  33. d25fc23b Revert 114944 - Standardize StringToInt{,64} interface. by [email protected] · 14 years ago
  34. ce87e24 Standardize StringToInt{,64} interface. by [email protected] · 14 years ago
  35. 9e0bfe7d Revert 114929 - Standardize StringToInt{,64} interface. by [email protected] · 14 years ago
  36. 31d5661 Standardize StringToInt{,64} interface. by [email protected] · 14 years ago
  37. 83039bb Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind(). by [email protected] · 14 years ago
  38. aa22b24 base::Bind: Convert HostResolver::Resolve. by [email protected] · 14 years ago
  39. f3cf980 Use AuthCredentials throughout the network stack instead of username/password. by [email protected] · 14 years ago
  40. 4879790 net: Move UnescapeURLComponent() functions into net namespace. by [email protected] · 14 years ago
  41. f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
  42. 1dc707f FTP: fix compatibility problem with ftp.comconlink.co.za by [email protected] · 14 years ago
  43. f35205e FTP: fix compatibility with servers which send 451 response for CWD command. by [email protected] · 14 years ago
  44. 06c4b10 FTP: Cleanup - replace sscanf with more high-level routines. by [email protected] · 14 years ago
  45. bd6a4e1 FTP: fix navigation to ftp://ftp.emea.ibm.com/toibm/tivoli by [email protected] · 14 years ago
  46. 172da1b Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. by [email protected] · 14 years ago
  47. 4c60ea0 FTP: add directory listing parser for OS/2 format. by [email protected] · 14 years ago
  48. 7508415 FTP: fix directory listing parsing for Hylafax by [email protected] · 14 years ago
  49. 46470aa Removed wchat_t from Time::FromString. by [email protected] · 14 years ago
  50. ce681a8 Revert 94426 - Removed wchat_t from Time::FromString. by [email protected] · 14 years ago
  51. 60527a3 Removed wchat_t from Time::FromString. by [email protected] · 14 years ago
  52. e7e3803 Remove explicit keyword from multi-argument (w/o default values) constructors by [email protected] · 14 years ago
  53. 800df5fa Add OVERRIDE throughout net/ftp/* by [email protected] · 14 years ago
  54. 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago
  55. 5728318 Uninitialized struct members in FtpDirectoryListingEntry. by [email protected] · 14 years ago
  56. b11279e Add unit-tests for SingleRequestHostResolver. by [email protected] · 14 years ago
  57. 3690ebe0 Virtual destructors should have virtual keyword. by [email protected] · 14 years ago
  58. 2e936d97 Ftp: Add NET_API for net.dll by [email protected] · 14 years ago
  59. 1870d5cf iwyu: Include stringprintf.h where appropriate, part 3. by [email protected] · 14 years ago
  60. 503d0387 FTP: split the directory listing parser test and re-enable it on TSan bots by [email protected] · 14 years ago
  61. 3268023f Rename ClientSocket to StreamSocket. by [email protected] · 14 years ago
  62. 031f1cc FTP: Fix a compatibility issue with Plan9 by [email protected] · 14 years ago
  63. 91665412 Revert r83048 "Removed wchar_t from Time::FromString." by [email protected] · 14 years ago
  64. 5086cfc Removed wchar_t from Time::FromString. by [email protected] · 14 years ago
  65. 82acbaaa FTP: Multiple fixes for localized directory listings: by [email protected] · 14 years ago
  66. 8acf0684 FTP: fix a misuse of isspace (it can only operate on char, by [email protected] · 14 years ago
  67. ab73904 Rename a number of classes previously labeled "TCP" to "Transport" in by [email protected] · 14 years ago
  68. 27528b1 Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix detection of KOI8-R and possibly other encodings- fix parsing Russian month namesWhen detecting the listing encoding, we need to not onlycheck whether the data can be converted using given encoding,but also whether the result can be parsed as a valid directory listing.Also, we only need to compare the first three characters of theabbreviated month name, because that's how they're abbreviatedin FTP directory listings.Finally, the Russian directory listings have swapped the "month" and "day of month" columns.BUG=65917Review URL: http://codereview.chromium.org/6718043 by [email protected] · 14 years ago
  69. da322ac FTP: Multiple fixes for localized directory listings: by [email protected] · 14 years ago
  70. cc0247d FTP: more flexible detection of column offset by [email protected] · 14 years ago
  71. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  72. d8be74e Fix Clang build after landing http://codereview.chromium.org/6670085/ by [email protected] · 14 years ago
  73. 621241a FTP: Detect the character encoding only after the entire listing is received. by [email protected] · 14 years ago
  74. 3bf6838 FTP: use ICU to parse month abbreviations. by [email protected] · 14 years ago
  75. 47f7753f More OOLing on Mac. by [email protected] · 15 years ago
  76. 6d81b48 Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNavigate. by [email protected] · 15 years ago
  77. 86e9fe4 FTP: Compatibility fix for "ls -l" style directory listing parser. by [email protected] · 15 years ago
  78. 09262e2 FTP: fix directory listing parser when server fails to separate the first two columns. by [email protected] · 15 years ago
  79. d100e44f More net/ method ordering. by [email protected] · 15 years ago
  80. 70b4780f Add OWNERS file for net/ftp by [email protected] · 15 years ago
  81. cd4857b FTP: correctly handle directory listings containing "Permission denied" errors. by [email protected] · 15 years ago
  82. 90a4028 FTP: Fix Windows directory listing parser for empty file names. by [email protected] · 15 years ago
  83. 685f6cb FTP: fix compatibility problems with MLSD by removing MLSD support. by [email protected] · 15 years ago
  84. 7cf4091 Start deinlining non-empty virtual methods. (This will be automatically checked by [email protected] · 15 years ago
  85. 3bc505f FTP: a successful response to SIZE does not mean the resource is a file. by [email protected] · 15 years ago
  86. 1e61db5 FTP: improve character encoding detection in cases where ICU's first guess is wrong. by [email protected] · 15 years ago
  87. e592596 Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when network by [email protected] · 15 years ago
  88. 4c98e44 FTP: fix navigation to ftp.symantec.com by [email protected] · 15 years ago
  89. 9aefe33 FTP: fix directory listing parser for ftp://ftp.dd-wrt.com/others/juno6/ by [email protected] · 15 years ago
  90. c2750c6 Update code that previously constructed strings from string iterators only to use StringToInt. These usages now pass the iterators directly to the new StringToInt overloads. by [email protected] · 15 years ago
  91. b104b50 FBTF: Monster ctor patch after changing heuristics in clang plugin. by [email protected] · 15 years ago
  92. ed7e970 FTP: make file downloads work when directory listing is restricted by [email protected] · 15 years ago
  93. 17e48627 Fix FTP directory listing for ftp.cisco.com. by [email protected] · 15 years ago
  94. 835d7c8 Move Stats, histograms, and field trial into a metrics subdirectory of base and by [email protected] · 15 years ago
  95. 76eb024 base: Move SplitString functions into the base namespace and update the callers. by [email protected] · 15 years ago
  96. 73c4532 Stop refcounting HostResolver. by [email protected] · 15 years ago
  97. 20f0487a FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. by [email protected] · 15 years ago
  98. 2737a57f FTP: fix directory listing parser for ftp.usa.hp.com by [email protected] · 15 years ago
  99. ac10077 Revert 61034 - Refactor FTP unit tests. by [email protected] · 15 years ago
  100. 8c3d836 Refactor FTP unit tests. by [email protected] · 15 years ago