summaryrefslogtreecommitdiffstats
path: root/courgette
Commit message (Expand)AuthorAgeFilesLines
* Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.dmikurube@chromium.org2014-05-071-2/+1
* Remove all uses of toolkit_use_gtk in the gyp files.erg@chromium.org2014-04-171-20/+0
* Port to x64 Android.anton@chromium.org2014-04-031-1/+1
* Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.pkasting@chromium.org2014-03-181-2/+0
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-063-3/+3
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-1/+2
* Remove PlatformFile from courgettervargas@chromium.org2014-02-212-70/+20
* Allow Win64 build of base library even in a Win32 build.petewil@chromium.org2014-01-091-2/+2
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-1/+2
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Add PE64 support to courgettewfh@chromium.org2013-09-2524-53/+1148
* Fix +x bit on courgette testdatascottmg@chromium.org2013-09-242-0/+0
* Commit binary files needed by Courgette tests for PE 64.scottmg@chromium.org2013-09-244-0/+0
* Revert 224789 "Add PE64 support to courgette"piman@chromium.org2013-09-2328-1148/+53
* Add PE64 support to courgettewfh@chromium.org2013-09-2328-53/+1148
* Convert most run_all_unittests.cc files to use new unit test launcher.phajdan.jr@chromium.org2013-09-052-10/+1
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-302-2/+2
* Factored common functionality out of the Courgette stress test scriptsdgarrett@chromium.org2013-08-284-31/+5
* Added documentation for Courgette internals. dgarrett@chromium.org2013-08-284-0/+304
* Copy courgette.exe to courgette64.exejschuh@chromium.org2013-08-161-0/+27
* Added time and memory metrics and xz compression testspaulgazz@chromium.org2013-08-144-18/+257
* This patch uses single BytesInstruction Courgette ops to point to long stretc...paulgazz@chromium.org2013-08-132-6/+7
* ARM binaries seen by Courgette have three ISAs, ARM, thumb, and thumb-2. Cou...paulgazz@chromium.org2013-08-065-0/+123
* Support for ARM 32-bit ELF binaries in Courgettepaulgazz@chromium.org2013-08-0114-38/+666
* Fixed heaptest errors in courgette_unittestspaulgazz@chromium.org2013-07-262-0/+6
* Added a TypedRVA to track what kind of branch instruction is used forpaulgazz@chromium.org2013-07-2310-33/+276
* Fixed Courgette to correctly regenerate the ELF relocation table forpaulgazz@chromium.org2013-07-187-36/+122
* Add testing of disassembly and assembly to the stress testerpaulgazz@chromium.org2013-07-182-1/+34
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-283-6/+6
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-6/+4
* Differential updates for components. We are adding support for delivering del...sorin@chromium.org2013-06-214-11/+59
* Revert 207805 "Differential updates for components. We are addin..."dmichael@chromium.org2013-06-214-59/+11
* Differential updates for components. We are adding support for delivering del...sorin@chromium.org2013-06-214-11/+59
* Factored out common ELF processing into a common superclass, an x86 subclass,...paulgazz@chromium.org2013-06-2013-547/+811
* Created a script to measure the size of payloads made by courgette, bsdiff, a...paulgazz@chromium.org2013-06-192-30/+98
* Fixed a bug where courgette would fail if a relocation entry pointed to a sec...paulgazz@chromium.org2013-06-122-1/+24
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in courgette/.avi@chromium.org2013-06-119-12/+12
* Use a direct include of utf_string_conversions.h in chrome_frame/, chromeos/,...avi@chromium.org2013-06-072-2/+2
* Initial commit of the courgette stress tester scriptpaulgazz@chromium.org2013-06-041-0/+149
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-165-7/+3
* Make courgette_unittests depend on TCMalloc, like every other Linux binary at...glider@chromium.org2013-05-151-0/+9
* Finish scoped_array<T> to scoped_ptr<T[]> conversion on Linux.dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* ifdef OS_NAME -> if defined(OS_NAME)dbeam@chromium.org2013-03-232-2/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-182-6/+6
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-3/+3