Commits
- Commit:
ab2f42e760e128287c5e880a39c591845231922b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
cache delta data buffers in an LRU cache
- Commit:
96cbb59708cdbe5ff619b9d9cccae495277071e5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove worklist code; it was only used to unlink files which we already unlink
- Commit:
aba9c984d1420b77b23320520e70b27ecc83acf7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
obtain repo format version and commit author name/email from .git/config
- Commit:
1d126e2d216c06991bbc586d796b3d002b2bd7d6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for reading .git/config; parser was based on isakmpd/conf.c
- Commit:
4c9641fdb639da1d7ad1bde82b3010e5ac1e096f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix and simplify blame algorithm
Always diff against latest version of file. This is much easier
since there is no need to keep track of lines shifting around.
- Commit:
53ccebc212c162c70f666f060b461d9dccdca647
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'make release' target; programs now have a version number
- Commit:
37c06ea4bc43854ab1212229878ceceb14a26167
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
link _p versions of libraries if PROFILE=1; hint from claudio
- Commit:
c42961445798bbd0ae6062fee1914b918ecca593
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
WIP commit implementation
- Commit:
9e672c7443bebadbd8806c9a4366543f852eb372
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement got_ref_write()
- Commit:
6353ad76e488c8d0df631a779571fdeb41fc9c70
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got update' merge file edits
- Commit:
25a58941e2beadb3c782e68c751bd74947177955
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove the pathset abstraction again; replaced by RB tree
- Commit:
90285c3b5b24fe56d9ea77e33199bcd395595b95
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
properly remove empty directories left behind during updates
- Commit:
f054b67ad04873dfbc5d2644a77c3cf422af3c67
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove object_idcache; use object_idset instead
- Commit:
6bef87be901a62ffff4a5e52932fdab9c0d8cb27
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move object cache out of repository.c to its own file
- Commit:
079b2f6564ee7fbd71071aedde0c3c317b985d46
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a Makefile hierarchy which builds the whole show
- Commit:
ad242220adab01ebd55a97a5701733d7256b2d32
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement fork+exec (and by the way, fix the build...)
- Commit:
a440fac05e070a11112ddfdd8b655bf07c6c6bb7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move object parsing code into a separate file
- Commit:
7e30a9bdbe29103154b904c535312f9d14b360ac
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
reenable mmap in got by default; committed by accident
- Commit:
60507209f36a328d692ef6a40e64b8b4d6137c04
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix a leak in got_inflate_to_mem_mmap()
- Commit:
e79f468ebe7a3161f90c560a639c9e2236f529b7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
re-enable object cache; committed accidentally
- Commit:
14437fb1f1eaee02d6eadf828de2e8fb8109c8a2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
in tog blame, set corret pointer to NULL after object close
- Commit:
297794893791829a471c1c98443e07269550ed06
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in Makefile comments: CPLAGS -> CFLAGS
- Commit:
ccfe88e6ed61166face3636161962cb7c852e047
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
provide a compile-time toggle for object caching
- Commit:
c35a7943488e43a4fc6c48a00cf858ba8f410947
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
account for line shift in blame; lots of help from tb@
- Commit:
63581804340e880bf611c6a4a59eda26c503799f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename zbuf to inflate