CIA.vc
Gtk-gnutella
Real-time open source activity stats
Stats » Projects » Gtk-gnutella
informationsyndicateUTC clock
05:49 on Feb 11, 2012
event counters
The last message was received 2.39 days ago at 20:31 on Feb 08, 2012
0 messages so far today, 0 messages yesterday
2 messages so far this week, 8 messages last week
10 messages so far this month, 12 messages last month
14837 messages since the first one, 8.09 years ago, for an average of 4.78 hours between messages
catalogrecent messages
dateReversed sort columnprojectcontentlink
17:06 Wednesdaygtk-gnutella
Commit by Raphael Manfredi on devel :: r73764f3 / src/lib/float.c : (link)
#
16:03 Wednesdaygtk-gnutella
Commit by Raphael Manfredi on devel :: rb708d6b / (7 files in 4 dirs): (link)
No longer rely on glib's determination of the byte ordering.

Taught Configure about float byte-ordering as well and make sure we behave
correctly on platforms where it differs from the one used for integer.

No longer need to hardwire the list of platforms supporting IEEE 754 floats
now that Configure can detect their support. - https://github.com/gtk-gnutella/gtk-gnutella/commit/b708d6b94c091e847e37a07bc13177c37973cb62
#
06:27 on Feb 04gtk-gnutella
Commit by Raphael Manfredi on devel :: r8c7bc9f / Configure : (link)
#
06:18 on Feb 04gtk-gnutella
Commit by Raphael Manfredi on devel :: rc79776a / (4 files): (link)
Added s_miniwarn() et al.

This avoids cumbersome use of s_minilog() when the log level has to be
fully spelt out. - https://github.com/gtk-gnutella/gtk-gnutella/commit/c79776ac38c2bb58dc297bf8dcadfe6a40843ad1
#
06:18 on Feb 04gtk-gnutella
Commit by Raphael Manfredi on devel :: r88cb850 / src/core/pcache.c : (link)
#
17:15 on Feb 03gtk-gnutella
Commit by Raphael Manfredi on devel :: r93f0581 / (3 files in 2 dirs): (link)
Assume we're not firewalled right after initial UPnP or NAT-PMP configuration. - https://github.com/gtk-gnutella/gtk-gnutella/commit/93f05816b287e8dc216cf777b72c785f971e078f
#
12:52 on Feb 03gtk-gnutella
Commit by Raphael Manfredi on devel :: r3cd0682 / README.Windows : (link)
Updated instructions to install a compiling environment on Windows. - https://github.com/gtk-gnutella/gtk-gnutella/commit/3cd0682068a7ecb1d9a403f1870bff16eddbdbad
#
12:51 on Feb 03gtk-gnutella
Commit by Raphael Manfredi on devel :: r97af8c5 / (5 files in 2 dirs): (link)
#
12:47 on Feb 03gtk-gnutella
Commit by Raphael Manfredi on devel :: rb8d8a90 / (src/lib/Jmakefile src/lib/Makefile.SH): (link)
Added getdate target to build standalone date parsing test program. - https://github.com/gtk-gnutella/gtk-gnutella/commit/b8d8a90f7c8438c5f9e446c0c365edd71800b4e1
#
12:46 on Feb 03gtk-gnutella
Commit by Raphael Manfredi on devel :: r208127a / (5 files in 2 dirs): (link)
Avoid gcc complaints when using inlined mempcpy() definition. - https://github.com/gtk-gnutella/gtk-gnutella/commit/208127a4ed550cf18a9fb8fcfc5c2d9b16add72a
#
22:22 on Jan 28gtk-gnutella
Commit by Raphael Manfredi on devel :: r308ed06 / (25 files in 4 dirs): (link)
Replaced calls to memcpy() with mempcpy() when possible. (+24 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/308ed06b35cfb65aab86699c62064f591152c964
#
17:00 on Jan 21gtk-gnutella
Commit by Raphael Manfredi on devel :: r4f1a4e3 / (src/lib/omalloc.c src/lib/pow2.h): (link)
#
17:00 on Jan 21gtk-gnutella
Commit by Raphael Manfredi on devel :: r1ddbbf8 / src/lib/vmm.c : (link)
vmm_dump_pmap_log(): also log total amount of regions in summary header. - https://github.com/gtk-gnutella/gtk-gnutella/commit/1ddbbf8097d919113c33cffc102643d3f1b044ff
#
17:00 on Jan 21gtk-gnutella
Commit by Raphael Manfredi on devel :: r48938d8 / (MANIFEST README.Windows): (link)
Added README.Windows to document compile instructions for Windows. - https://github.com/gtk-gnutella/gtk-gnutella/commit/48938d8a177f8a809a496190ab9ab76420a2e5a3
#
09:29 on Jan 21gtk-gnutella
Commit by Raphael Manfredi on devel :: r28fa063 / src/lib/crash.c : (link)
crash_logname(): put PID at the end of the filename to allow natural sorting.

Because of the hexadecimal timestamp, crash files are now going to be
sorted naturally with the latest crash files coming last. Having the PID
before the timestamp prevented this natural sorting. - https://github.com/gtk-gnutella/gtk-gnutella/commit/28fa0635da5243b2e9460a186e826d8875555138
#
21:03 on Jan 20gtk-gnutella
Commit by Raphael Manfredi on devel :: r3e49909 / src/lib/stacktrace.c : (link)
parse_nm(): avoid saving pseudo-symbols (linker symbols such as ".text"). - https://github.com/gtk-gnutella/gtk-gnutella/commit/3e499097bd1d1fdab6efb23bda9fa003487a17d9
#
20:02 on Jan 20gtk-gnutella
Commit by Raphael Manfredi on devel :: r3394412 / src/lib/mingw32.c : (link)
Refactored mingw_valloc() a little bit for better readability.

Ensure errno is forced to ENOMEM on failures because this is the error code
that the VMM layer expects when memory cannot be allocated. (+18 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/3394412639a520a2e0a703db86a80e001127ea4f
#
16:15 on Jan 06gtk-gnutella
Commit by Raphael Manfredi on devel :: r0107c2e / src/core/guess.c : (link)
Make sure guess_rpc_cancel() cannot destroy a GUESS query.

Since guess_rpc_cancel() can call guess_iterate() and the latter will finally
destroy the GUESS query when necessary, we must be careful since callers of
guess_rpc_cancel() expect the query to still be alive upon return. - https://github.com/gtk-gnutella/gtk-gnutella/commit/0107c2e4b4752c958fb8b486ed7c30544259642a
#
15:50 on Jan 06gtk-gnutella
Commit by Raphael Manfredi on devel :: r655336e / (42 files in 4 dirs): (link)
#
12:59 on Jan 01gtk-gnutella
Commit by Raphael Manfredi on master :: r87f13a9 / (4 files in 2 dirs): (link)
#