13
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected 5 months ago.
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r605a808 / src/lib/palloc.c : (link) pgc(): limit iterations to one per second at most. - ... [More] https://github.com/gtk-gnutella/gtk-gnutella/commit/605a80877686f0e63ee6e696925cfbff5ed1d604 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r7ff8d30 / src/lib/crash.c : (link) Arrange for a crash log to be generated even when ... [More] fork() fails. - https://github.com/gtk-gnutella/gtk-gnutella/commit/7ff8d3088215e132650d6f466a255a0d86067111 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r1830a60 / src/core/sockets.c : (link) Must use s_debug() when using non-ISO formatting ... [More] option "%'". - https://github.com/gtk-gnutella/gtk-gnutella/commit/1830a60f4fc9b80fb8508037913c11bdbc3b6f84 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: re0230ac / src/lib/bg.c : (link) Adjusted background task scheduling parameters for more ... [More] fluidity.Reduced maximum tick life but increased frequency of ticks. - https://github.com/gtk-gnutella/gtk-gnutella/commit/e0230ac6b95756976585aa2689c7763b3e443859 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r0c2d885 / src/core/sockets.c : (link) socket_udp_event(): spend less time now that callout ... [More] queue period is 25 ms.Since the callout queue is now scheduled more frequently, it is importantto ensure fluid event scheduling by not monopolizing the CPU for too long. - https://github.com/gtk-gnutella/gtk-gnutella/commit/0c2d8857c321eea27a9ef61ee3dcce1fa87a6c8b [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r19fe5e3 / src/main.c : (link) Shut up compiler warning when compiling "topless". - https://github.com/gtk-gnutella/gtk-gnutella/commit/19fe5e38df130c92ff0173fd4e811c3b839e831e
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r716a931 / src/lib/malloc.c : (link) On Windows, remap g_malloc() to malloc() if xmalloc() ... [More] is malloc().By default on Windows, glib is not using malloc() but rather Windows-specificroutines are used. When we define our own malloc() implementation, we wantit to be used.Also made malloc_init_vtable() systematically perform g_malloc() sanity checks,regardless of whether a virtual table was installed.. (+70 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/716a931a323d2e473b5f6b440c49167f0a09fe74 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r1f423c7 / src/lib/zalloc.c : (link) Added zalloc() counter for allocated / free subzone ... [More] pages. (+11 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/1f423c74b736c383ee346be79a54e349545ec2e4 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: r226adbf / src/lib/crash.c : (link) Shut up compiler warning: cast between void * and a function ... [More] pointer. - https://github.com/gtk-gnutella/gtk-gnutella/commit/226adbf08e07d7e00b951920efa58b490aa4f100 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: r8c58c67 / (3 files): (link) Correctly handle shell output messages to avoid "-" in last ... [More] message. A multi-line shell output must be something like: 100-First line 100-Second line 100 Last line so that non-human clients know the last output line. This requires buffering lines and emitting them one at a time until we reach the end of the command, at which time we issue a final flush and know whether this will constitute the last line of text emitted. Also added shell_write_linef() to emit a formatted line of text and use that to correctly emit messages in the "set" comamnd. (+9 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/8c58c675e3bb9fe63d4f71221812ae798b0ce012 [Less]