Jakob Borg
|
ab8482a424
|
Add --trace-need
|
2014-01-06 06:12:40 +01:00 |
|
Jakob Borg
|
c8a14d1c3d
|
Refactor how --delete affects things
|
2014-01-06 06:12:33 +01:00 |
|
Jakob Borg
|
8974c33f2f
|
Move build artefacts dir
|
2014-01-06 06:11:19 +01:00 |
|
Jakob Borg
|
ed675a61d7
|
Prettify need table
|
2014-01-06 06:10:53 +01:00 |
|
Jakob Borg
|
60b00af0bb
|
Workaround for bug in Solaris compiler
|
2014-01-06 05:57:41 +01:00 |
|
Jakob Borg
|
0ceddc4fa3
|
Redirect / to index.html
|
2014-01-06 00:05:07 +01:00 |
|
Jakob Borg
|
8c1996f7e5
|
Rudimentary HTTP GUI
|
2014-01-05 23:54:57 +01:00 |
|
Jakob Borg
|
6679c84cfb
|
Refactor statistics printing
|
2014-01-05 16:20:18 +01:00 |
|
Jakob Borg
|
7b6f43cbb5
|
Merge pull request #6 from philips/patch-2
README: fix link to discover.go
|
2014-01-04 14:54:16 -08:00 |
|
Brandon Philips
|
c124989163
|
README: fix link to discover.go
Small markdown syntax error fix.
|
2014-01-03 09:43:42 -08:00 |
|
Jakob Borg
|
c549e413a2
|
Close tmpfiles earlier (ref #2)
|
2014-01-01 16:31:52 -05:00 |
|
Jakob Borg
|
63a05ff6fa
|
Command line option to ignore index cache
|
2014-01-01 16:31:35 -05:00 |
|
Jakob Borg
|
89a5aac6ea
|
Use gzip compression for index cache
|
2014-01-01 16:31:04 -05:00 |
|
Jakob Borg
|
232d715c37
|
Fix broken --cfg flag
|
2014-01-01 08:49:55 -05:00 |
|
Jakob Borg
|
1c4e710adc
|
Build windows binaries
|
2014-01-01 08:18:11 -05:00 |
|
Jakob Borg
|
7fdea0dd93
|
Close even if we don't have a connection
|
2014-01-01 08:09:17 -05:00 |
|
Jakob Borg
|
5b84b72d15
|
Await completion of pull round before starting next (ref #2)
|
2014-01-01 08:02:12 -05:00 |
|
Jakob Borg
|
7e0be89052
|
Simplify index sending, prevent ping timeout
|
2013-12-31 21:22:49 -05:00 |
|
Jakob Borg
|
632bcae856
|
Mostly lock free receive loop
|
2013-12-30 22:10:54 -05:00 |
|
Jakob Borg
|
fd56123acf
|
Send index in chunks of 1000 to avoid lengthy blocking
|
2013-12-30 22:05:00 -05:00 |
|
Jakob Borg
|
a2a2e1d466
|
Atomically replace local index cache
|
2013-12-30 22:04:30 -05:00 |
|
Jakob Borg
|
d4c5786a14
|
Change default queue parameters to optimize better for small files
|
2013-12-30 21:35:20 -05:00 |
|
Jakob Borg
|
42ad9f8b02
|
Increase ping timeout
|
2013-12-30 21:32:20 -05:00 |
|
Jakob Borg
|
0f6b34160c
|
Propagate and log reason for connection close
|
2013-12-30 21:25:45 -05:00 |
|
Jakob Borg
|
7e3b29e3e0
|
Remove source info in log by default
|
2013-12-30 21:25:34 -05:00 |
|
Jakob Borg
|
2f660aff7a
|
Improve no such node error messages
|
2013-12-30 20:55:33 -05:00 |
|
Jakob Borg
|
af3e64a5a7
|
Remove broken Ping latency measurement
|
2013-12-30 20:52:36 -05:00 |
|
Jakob Borg
|
9560265adc
|
Always continue walk in the face of errors (fixes #1)
|
2013-12-30 19:50:04 -05:00 |
|
Jakob Borg
|
4097528aa2
|
Don't crash on zero nodes in pull
|
2013-12-30 19:49:25 -05:00 |
|
Jakob Borg
|
71d50a50f4
|
Make sure to always close directory fd
|
2013-12-30 19:30:59 -05:00 |
|
Jakob Borg
|
ec0489a8ea
|
Improve log message consistency
|
2013-12-30 15:31:41 -05:00 |
|
Jakob Borg
|
7948d046d1
|
Fix locking around close events
|
2013-12-30 15:27:20 -05:00 |
|
Jakob Borg
|
223bdbb9aa
|
Improve/fix buffer handling
|
2013-12-30 15:06:44 -05:00 |
|
Jakob Borg
|
726afc915a
|
Clarify installing / usage
|
2013-12-30 10:19:57 -05:00 |
|
Jakob Borg
|
86c0a527fd
|
Include README & LICENSE in build
|
2013-12-30 10:11:10 -05:00 |
|
Jakob Borg
|
bb0fd87550
|
Don't print mysterious version message
|
2013-12-30 10:05:27 -05:00 |
|
Jakob Borg
|
673ab42c3c
|
Remove race / unnecessary check
|
2013-12-30 10:05:13 -05:00 |
|
Jakob Borg
|
4543bfb837
|
Don't include .ini in build
|
2013-12-30 10:04:51 -05:00 |
|
Jakob Borg
|
005b207737
|
Atomic connection stats updates
|
2013-12-30 09:53:54 -05:00 |
|
Jakob Borg
|
bceacf04ca
|
Better hash error messages
|
2013-12-30 09:36:41 -05:00 |
|
Jakob Borg
|
707e992f19
|
Print model statistics
|
2013-12-30 09:30:29 -05:00 |
|
Jakob Borg
|
1c757db153
|
Avoid deadlock in index exchange by more fine grained locking
|
2013-12-30 09:22:34 -05:00 |
|
Jakob Borg
|
001a6724ec
|
Build artefacts in build dir
|
2013-12-30 09:02:18 -05:00 |
|
Jakob Borg
|
976baff44f
|
Memory usage optimizations
|
2013-12-29 20:33:57 -05:00 |
|
Jakob Borg
|
469e96126a
|
Cleanup SeedIndex
|
2013-12-29 19:49:40 -05:00 |
|
Jakob Borg
|
24efbe7d33
|
Woops
|
2013-12-29 19:20:36 -05:00 |
|
Jakob Borg
|
704e0fa6b8
|
Improve puller somewhat
|
2013-12-29 12:18:59 -05:00 |
|
Jakob Borg
|
c70fef1208
|
Typo / cleanup
|
2013-12-29 10:23:43 -05:00 |
|
Jakob Borg
|
454e672d42
|
Handle calls on closed connection
|
2013-12-28 10:33:18 -05:00 |
|
Jakob Borg
|
647fdcf6a5
|
Discovery
|
2013-12-28 08:56:18 -05:00 |
|