Commit graph

21 commits

Author SHA1 Message Date
Joey Hess
c6206c4560 tweak 2010-10-31 22:22:01 -04:00
Joey Hess
d04bfceaad more accurate type 2010-10-31 22:20:07 -04:00
Joey Hess
cf4c926f2e more Wall cleaning 2010-10-31 16:00:32 -04:00
Joey Hess
6a9a9bd5a3 another memory optimisation
This time memory leaked if lots of UUIDs needed to be pretty-printed, as in
a get or drop of many files. Essentially the same strict read buffering
problem that affected the LocationLog underneath though.

uuidMap really could stand to be cached, as the uuid log is read many times
in this case. But it is a fairly edge case.
2010-10-31 01:51:50 -04:00
Joey Hess
e3030196b6 really fix SIGINT handling
Have to completly avoid SIGINT being trapped, which means going very
low-level.
2010-10-29 13:57:22 -04:00
Joey Hess
fde01e52f3 Fix SIGINT handling. 2010-10-29 12:38:41 -04:00
Joey Hess
833d4b342e copyright statements 2010-10-27 16:53:54 -04:00
Joey Hess
f4e2dde8a8 fix perl refugee code 2010-10-22 20:47:14 -04:00
Joey Hess
91e6625eb5 add shellEscape
ugly, but sometimes necessary

There is a haskell shell-escape module, but it is not packaged in Debian
2010-10-22 14:57:02 -04:00
Joey Hess
7afac11344 add boolSystem 2010-10-19 01:45:45 -04:00
Joey Hess
e80160380a now finds files in git or not depending on what command wants 2010-10-16 14:58:35 -04:00
Joey Hess
1260adbd77 basic recursion done; skipping git stuff still todo 2010-10-16 13:38:59 -04:00
Joey Hess
23f95ac6df use some library functions
retry with a bugfix
2010-10-15 19:01:20 -04:00
Joey Hess
0989dd2694 Revert "use some library functions"
This reverts commit 8e742bd89e.

meh?
2010-10-15 18:58:26 -04:00
Joey Hess
8e742bd89e use some library functions 2010-10-15 18:24:31 -04:00
Joey Hess
e577656fea relative link fix 2010-10-15 16:09:30 -04:00
Joey Hess
77d052af3c fix parentDir to work for relative too 2010-10-13 01:49:21 -04:00
Joey Hess
ebc3fbe9ae explicit exports 2010-10-11 17:52:46 -04:00
Joey Hess
f98fa53d7f fixed close after locking 2010-10-10 11:08:40 -04:00
Joey Hess
60c672e444 strictness and handle closing 2010-10-10 02:22:35 -04:00
Joey Hess
d0e82d0b92 add 2010-10-10 00:18:10 -04:00