| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "unreachable code" warnings (MSVC warning 4702), misc. edition. | pkasting@chromium.org | 2014-03-18 | 1 | -2/+0 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 3 | -3/+3 |
* | Add use_allocator instead of linux_use_tcmalloc to switch the allocator. | dmikurube@chromium.org | 2014-03-05 | 1 | -1/+2 |
* | Remove PlatformFile from courgette | rvargas@chromium.org | 2014-02-21 | 2 | -70/+20 |
* | Allow Win64 build of base library even in a Win32 build. | petewil@chromium.org | 2014-01-09 | 1 | -2/+2 |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -1/+2 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move temp file functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Add PE64 support to courgette | wfh@chromium.org | 2013-09-25 | 24 | -53/+1148 |
* | Fix +x bit on courgette testdata | scottmg@chromium.org | 2013-09-24 | 2 | -0/+0 |
* | Commit binary files needed by Courgette tests for PE 64. | scottmg@chromium.org | 2013-09-24 | 4 | -0/+0 |
* | Revert 224789 "Add PE64 support to courgette" | piman@chromium.org | 2013-09-23 | 28 | -1148/+53 |
* | Add PE64 support to courgette | wfh@chromium.org | 2013-09-23 | 28 | -53/+1148 |
* | Convert most run_all_unittests.cc files to use new unit test launcher. | phajdan.jr@chromium.org | 2013-09-05 | 2 | -10/+1 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 2 | -2/+2 |
* | Factored common functionality out of the Courgette stress test scripts | dgarrett@chromium.org | 2013-08-28 | 4 | -31/+5 |
* | Added documentation for Courgette internals. | dgarrett@chromium.org | 2013-08-28 | 4 | -0/+304 |
* | Copy courgette.exe to courgette64.exe | jschuh@chromium.org | 2013-08-16 | 1 | -0/+27 |
* | Added time and memory metrics and xz compression tests | paulgazz@chromium.org | 2013-08-14 | 4 | -18/+257 |
* | This patch uses single BytesInstruction Courgette ops to point to long stretc... | paulgazz@chromium.org | 2013-08-13 | 2 | -6/+7 |
* | ARM binaries seen by Courgette have three ISAs, ARM, thumb, and thumb-2. Cou... | paulgazz@chromium.org | 2013-08-06 | 5 | -0/+123 |
* | Support for ARM 32-bit ELF binaries in Courgette | paulgazz@chromium.org | 2013-08-01 | 14 | -38/+666 |
* | Fixed heaptest errors in courgette_unittests | paulgazz@chromium.org | 2013-07-26 | 2 | -0/+6 |
* | Added a TypedRVA to track what kind of branch instruction is used for | paulgazz@chromium.org | 2013-07-23 | 10 | -33/+276 |
* | Fixed Courgette to correctly regenerate the ELF relocation table for | paulgazz@chromium.org | 2013-07-18 | 7 | -36/+122 |
* | Add testing of disassembly and assembly to the stress tester | paulgazz@chromium.org | 2013-07-18 | 2 | -1/+34 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 3 | -6/+6 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 1 | -6/+4 |
* | Differential updates for components. We are adding support for delivering del... | sorin@chromium.org | 2013-06-21 | 4 | -11/+59 |
* | Revert 207805 "Differential updates for components. We are addin..." | dmichael@chromium.org | 2013-06-21 | 4 | -59/+11 |
* | Differential updates for components. We are adding support for delivering del... | sorin@chromium.org | 2013-06-21 | 4 | -11/+59 |
* | Factored out common ELF processing into a common superclass, an x86 subclass,... | paulgazz@chromium.org | 2013-06-20 | 13 | -547/+811 |
* | Created a script to measure the size of payloads made by courgette, bsdiff, a... | paulgazz@chromium.org | 2013-06-19 | 2 | -30/+98 |
* | Fixed a bug where courgette would fail if a relocation entry pointed to a sec... | paulgazz@chromium.org | 2013-06-12 | 2 | -1/+24 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of strings headers in courgette/. | avi@chromium.org | 2013-06-11 | 9 | -12/+12 |
* | Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,... | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | Initial commit of the courgette stress tester script | paulgazz@chromium.org | 2013-06-04 | 1 | -0/+149 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette... | thestig@chromium.org | 2013-05-16 | 5 | -7/+3 |
* | Make courgette_unittests depend on TCMalloc, like every other Linux binary at... | glider@chromium.org | 2013-05-15 | 1 | -0/+9 |
* | Finish scoped_array<T> to scoped_ptr<T[]> conversion on Linux. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+3 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -3/+3 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -3/+3 |
* | ifdef OS_NAME -> if defined(OS_NAME) | dbeam@chromium.org | 2013-03-23 | 2 | -2/+2 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 2 | -6/+6 |
* | base: Move MemoryMappedFile out of file_util.h and into its own header file. | tfarina@chromium.org | 2013-02-24 | 1 | -3/+3 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 3 | -5/+5 |
* | Do a giant svn propset svn:eol-style LF on .cc and .h files that | jln@chromium.org | 2013-02-14 | 1 | -81/+81 |
* | More FilePath -> base::FilePath replacement. | brettw@chromium.org | 2013-02-10 | 6 | -39/+39 |