summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reduce GetFullPathName callsTakuto Ikuta2017-05-091-2/+4
* Fix for reviewTakuto Ikuta2017-05-095-20/+20
* Make clparser fastertikuta2017-05-086-79/+130
* Add string_piece_utilTakuto Ikuta2017-04-265-0/+253
* Merge pull request #1267 from atetubou/clparser_perftestNico Weber2017-04-173-15/+169
|\
| * delete nTakuto Ikuta2017-04-121-0/+0
| * use usTakuto Ikuta2017-04-121-2/+2
| * add gitignoreTakuto Ikuta2017-04-122-0/+1
| * remove util.hTakuto Ikuta2017-04-121-1/+0
| * Add clparser_perftestTakuto Ikuta2017-04-122-15/+169
|/
* Merge pull request #1255 from tchajed/bind-localhostNico Weber2017-03-101-2/+6
|\
| * browse: Bind to localhost by defaultTej Chajed2017-03-091-2/+6
|/
* Merge pull request #1231 from colincross/canon_perftest_fixNico Weber2017-02-101-1/+1
|\
| * Make travis build everythingColin Cross2017-02-021-1/+1
| * Fix build in canon_perftest_fixColin Cross2017-02-021-1/+1
* | Merge pull request #1235 from refack/patch-1Nico Weber2017-02-101-1/+1
|\ \
| * | Need this to build on vs2017Refael Ackermann2017-02-041-1/+1
| |/
* | Merge pull request #1232 from nicolasdespres/fix-canon_perftestNico Weber2017-02-101-1/+1
|\ \
| * | Fix compilation error in canon_perftest.Nicolas Despres2017-02-021-1/+1
| |/
* | Merge pull request #1237 from danw/no_reload_with_restatNico Weber2017-02-101-4/+13
|\ \ | |/ |/|
| * Support restat when rebuilding manifestDan Willemsen2017-02-081-4/+13
|/
* Merge pull request #1181 from DanielWeber/issue-1161Nico Weber2017-01-2412-48/+57
|\
| * Use uint64_t for slash_bits consistentlyDaniel Weber2016-09-015-14/+15
| * Allow more path componentsDaniel Weber2016-08-229-36/+44
* | Merge pull request #1226 from colincross/close-fdsNico Weber2017-01-131-0/+2
|\ \
| * | Close original pipe fd in subprocessesColin Cross2017-01-131-0/+2
|/ /
* | Merge pull request #1225 from bippum/patch-1Evan Martin2017-01-121-1/+1
|\ \
| * | fix broken link in hacking.mdBrendan McCarthy2017-01-111-1/+1
|/ /
* | Merge pull request #1220 from phajdan/masterNico Weber2017-01-081-0/+7
|\ \
| * | Fix build with uclibcPawel Hajdan, Jr2017-01-021-0/+7
|/ /
* | Merge pull request #1213 from nico/copyingNico Weber2016-12-061-1/+1
|\ \
| * | replace copyright placeholder, fixes #1212Nico Weber2016-12-061-1/+1
|/ /
* | Merge pull request #1206 from nico/versioninfoNico Weber2016-11-081-12/+7
|\ \
| * | windows: replace deprecated GetVersionEx with recommended replacementNico Weber2016-11-081-12/+7
|/ /
* | Merge pull request #1205 from nico/clangclformatNico Weber2016-11-081-1/+1
|\ \
| * | fix a clang-cl -Wformat warningNico Weber2016-11-081-1/+1
* | | Merge pull request #1204 from nico/vernumNico Weber2016-11-081-2/+3
|\ \ \
| * | | fix RELEASING wrt manual.asciidoc processNico Weber2016-11-081-2/+3
|/ / /
* | | Merge pull request #1194 from ilor/depfile-empty-pathNico Weber2016-11-081-1/+3
|\ \ \
| * | | Improve error message when a depfile contains a bad pathTomasz Ĺšniatowski2016-10-121-1/+3
* | | | Merge pull request #1182 from moosotc/masterNico Weber2016-11-081-2/+3
|\ \ \ \
| * | | | Use POSIX_SPAWN_USEVFORK if availablemalc2016-08-261-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #1203 from nico/reldocNico Weber2016-11-071-6/+6
|\ \ \ \
| * | | | Update RELEASING -- manual.asciidoc no longer has a version numberNico Weber2016-11-071-6/+6
|/ / / /
* | | | Merge pull request #1201 from nico/singlecommandNico Weber2016-11-071-5/+35
|\ \ \ \
| * | | | teach -t commands to optionally print only the final commandNico Weber2016-11-061-5/+35
* | | | | mark this 1.7.2.gitNico Weber2016-11-071-1/+1
* | | | | Merge pull request #1202 from nico/ppollbsdNico Weber2016-11-073-10/+9
|\ \ \ \ \
| * | | | | Only run SubprocessTest.SetWithLots on FreeBSD when ppoll() exists.Nico Weber2016-11-073-10/+9
|/ / / / /
* | | | | Merge pull request #1198 from jamesr/fix_write_fake_manifestsNico Weber2016-11-071-2/+2
|\ \ \ \ \