index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
courgette
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: Pass std::string as const reference from courgette/
ki.stfu
2015-09-21
1
-5
/
+4
*
[Courgette] Refactor: Adding Rel32FinderWin32X86_Basic and Unittests
huangs
2015-09-18
15
-102
/
+640
*
[Courgette] Store delta encoding as signed int32.
huangs
2015-09-09
4
-55
/
+152
*
Fix sbox_validation_tests & Make isolate_driver.py include the executable itself
maruel
2015-09-09
1
-1
/
+0
*
Revert of [Courgette] Adding CourgetteConfig singleton and --experimental fla...
huangs
2015-09-08
7
-93
/
+4
*
Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...
stgao
2015-09-03
1
-0
/
+1
*
Fix sbox_validation_tests & Make isolate_driver.py include the executable itself
maruel
2015-09-02
1
-1
/
+0
*
[Courgette] Adding CourgetteConfig singleton and --experimental flag.
huangs
2015-09-01
7
-4
/
+93
*
Annotate GN executables and shared_libraries with sanitizer deps.
brettw
2015-08-31
1
-0
/
+2
*
Hand over courgette ownership.
dgarrett
2015-08-20
1
-2
/
+1
*
[Courgette] Optimize QSufSort to speed up courgette-gen.
huangs
2015-08-19
3
-78
/
+94
*
[Courgette] Unnest maximize loop in adjustment_method_2.cc to speed up courge...
huangs
2015-08-18
1
-12
/
+12
*
[Courgette] Extract qsufsort module and add tests.
huangs
2015-08-11
6
-163
/
+338
*
Courgette: Remove 2 duplicates calls to std::sort.
sebmarchand
2015-08-11
4
-4
/
+4
*
Courgette: Skip the relocs that live outside of the image.
sebmarchand
2015-08-07
2
-0
/
+10
*
[Courgette] Fix NoThrowBuffer::end() off-by-1; add unittests.
huangs
2015-07-20
4
-4
/
+87
*
Replace StringPrintf("%d", ...) with IntToString()
ricea
2015-07-01
1
-1
/
+1
*
Update {virtual,override} to follow C++11 style in courgette.
nick
2015-04-24
1
-4
/
+4
*
Robust ELF header parsing.
halyavin
2015-03-24
4
-30
/
+36
*
Remove misleading comment.
halyavin
2015-03-24
1
-2
/
+0
*
Update out-of-date comments and error messages.
halyavin
2015-03-20
2
-9
/
+6
*
Add support for RIP relative addresses on x86_64.
wfh
2015-03-20
2
-5
/
+24
*
Fix undefined behavior in DifferenceEstimator.
halyavin
2015-03-13
1
-9
/
+13
*
Add 64-bit absolute address support to courgette.
wfh
2015-03-13
8
-26
/
+86
*
Fix NULL pointer access in AssemblyProgram::FindLabel.
halyavin
2015-03-12
1
-0
/
+2
*
Fix memory leak in AssemblyProgram::TrimLabels.
halyavin
2015-03-12
1
-0
/
+1
*
Make ParseNonSectionFileRegion a bit simplier and faster.
halyavin
2015-03-12
2
-16
/
+8
*
Restore stress_test_common script.
halyavin
2015-03-12
2
-1
/
+17
*
Fix memory leak in DisassemblerElf32X86::ParseRel32RelocsFromSection.
halyavin
2015-03-11
1
-0
/
+1
*
Fix courgette ELF x86 dissembler
Will Harris
2015-03-02
4
-2
/
+11
*
Apply gn format with 'sources' sorting to src/
scottmg
2015-02-28
1
-13
/
+13
*
Update Chomium's build files to work w/ latest GN binaries.
dpranke
2015-02-20
1
-1
/
+1
*
Update existing uses of /wd4267 to use the GN config
brettw
2015-02-19
1
-4
/
+2
*
Remove courgette version tests. Add bsdiff version tests.
wfh
2015-02-19
5
-16
/
+16
*
Isolate courgette_unittests
scottmg
2015-01-22
2
-0
/
+35
*
Revert of Revert of Revert of Isolate courgette_unittests (patchset #1 id:1 o...
kochi
2015-01-22
2
-31
/
+0
*
Revert of Revert of Isolate courgette_unittests (patchset #1 id:1 of https://...
kochi
2015-01-22
2
-0
/
+31
*
Revert of Isolate courgette_unittests (patchset #1 id:1 of https://codereview...
kochi
2015-01-22
2
-31
/
+0
*
Isolate courgette_unittests
scottmg
2015-01-22
2
-0
/
+31
*
Move the test template to //testing/test.gni (part 2)
qsr
2015-01-21
1
-0
/
+2
*
Using "static_assert" in lieu of "COMPILE_ASSERT" in courgete module
anujk.sharma
2015-01-20
5
-9
/
+10
*
Disable two PagedArrayTests that fail under AddressSanitizer on Windows
timurrrr
2015-01-14
1
-0
/
+4
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-22
1
-3
/
+4
*
Cleanup: Get rid of more base::ASCIIToWide usage.
thestig
2014-12-04
1
-10
/
+7
*
gn format // (the rest, except mojo)
scottmg
2014-12-03
1
-1
/
+1
*
Add wfh@chromium.org to courgette OWNERS file.
dgarrett
2014-10-14
1
-0
/
+1
*
replace OVERRIDE with override in courgette/
mostynb
2014-10-14
1
-3
/
+3
*
Re-enable ensemble tests on Windows Release builds.
wfh
2014-10-14
1
-6
/
+15
*
Rewrite line endings from CRLF to LF for a bunch of files.
Daniel Cheng
2014-10-07
1
-23
/
+23
*
Fix more MSVC warnings, courgette/ edition.
pkasting
2014-10-03
9
-62
/
+42
[next]