Steve Dee
a75e974af9
Fix remaining non-libuv memory leaks
...
The only leaks remaining are in libuv's fsevents code. They could
be our fault, but it's unlikely.
2013-12-16 18:36:32 -08:00
Steven Dee
52385c8276
@ud format event counter
2013-12-11 23:30:46 -05:00
C. Guy Yarvin
376a5ecbaa
Really long timerz.
2013-11-26 18:16:17 -08:00
C. Guy Yarvin
2d370a347e
Lengthen timer to 30s. Highly suspect.
2013-11-26 18:04:55 -08:00
C. Guy Yarvin
4ad3ce5bf7
Merge branch 'master' of github.com:urbit/urbit
2013-11-22 12:48:36 -08:00
C. Guy Yarvin
3d7bb85a1c
Tiny change.
2013-11-22 12:45:37 -08:00
cgyarvin
85435d25e9
Merge pull request #88 from twopir/master
...
bail early when pier exists
2013-11-21 10:18:29 -08:00
C. Guy Yarvin
f592b16a59
Combat wake loops.
2013-11-20 22:43:12 -08:00
Pi
6d9007cdb2
bail early when pier exists
...
Because I'm tired of waiting for keygen to find out my pier already exists.
2013-11-20 13:25:53 -08:00
C. Guy Yarvin
8d779710c3
Fix playback bug for forwarded packets.
2013-11-18 14:31:51 -08:00
C. Guy Yarvin
538d60361a
Correct lame:wake bug in a rather crude way.
2013-11-13 17:48:21 -08:00
C. Guy Yarvin
9b72ce7feb
Show passcode file on load.
2013-11-13 11:45:17 -08:00
C. Guy Yarvin
33430d9fbc
Fix bus errors with proper truncation.
2013-11-13 10:57:43 -08:00
C. Guy Yarvin
9c51f2cc10
Eliminate deadly "lame" printf.
2013-11-12 19:58:04 -08:00
C. Guy Yarvin
a4baea40fd
Fix a bunch of memory leaks and stuff.
2013-11-11 23:09:11 -08:00
C. Guy Yarvin
91fe182f81
Various fixes and improvements...
2013-11-08 15:37:38 -08:00
Steven Dee
324c6a235d
Remove most instances of strcpy and sprintf
...
OpenBSD whines about these and recommends using strlcpy / snprintf
instead. Since strlcpy isn't quite universal yet, we use strncpy instead
and be careful about terminating the string. We could implement a
portable strlcpy in terms of strncpy, but that'd add another function to
the namespace.
Yes, usually the length is obviously bounded. Still, pretending
strcpy/sprintf don't exist seems like a great strategy.
N.B. there are still a few occurrences of strcpy and sprintf under f/
and in libuv, but I don't have time to tackle them right now.
2013-10-30 15:25:22 -04:00
Curtis Yarvin
6d091f5e07
Continuity breach, flag day.
2013-10-11 18:00:22 +00:00
Curtis Yarvin
ccccea982c
More printfs...
2013-10-08 18:26:59 +00:00
Christian Carter
3af3130bdc
Cleaning up old code
2013-09-28 13:21:18 -07:00