Switch to DuckDuckGo Search
   November 1, 2011  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >

Toggle Join/Part | bottom
[00:02:08] <CIA-100> pulkomandy * r43051 /haiku/trunk/src/add-ons/mail_daemon/outbound_protocols/smtp/smtp.cpp: Sorry, fix #7557 for real.
[00:43:13] <CIA-100> axeld * r43052 /haiku/trunk/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/ (Response.cpp Response.h):
[00:43:13] <CIA-100> * Work in progress of an IMAP response parser that will replace weak and
[00:43:13] <CIA-100> error prone parsing method that is currently utilized by the IMAP module.
[01:33:32] *** Duggan has quit IRC
[01:34:51] *** Duggan has joined #haiku-jp
[01:49:33] *** Duggan has quit IRC
[02:02:05] *** Duggan has joined #haiku-jp
[09:22:59] <CIA-100> pulkomandy * r43053 /haiku/trunk/src/servers/mail/ (7 files): Mail daemon now uses standard notification windows.
[10:08:13] <CIA-100> mmadia * r43054 /haiku/trunk/ReadMe: Added gsed to the list of MacOSX requirments.
[10:42:04] <CIA-100> mmu_man * r43055 /haiku/trunk/src/tests/kits/app/bapplication/testapps/BApplicationTestAppQuitWhenStartedFromAnotherThread.cpp: Fix BeOS build for comparison. This test still fails on Haiku btw...
[10:59:02] <CIA-100> mmu_man * r43056 /haiku/trunk/src/add-ons/kernel/file_systems/bfs/ (Volume.cpp Volume.h): Pass an existing or created transaction to CreateVolumeID(). Hopefully it's correct this time. Axel?
[11:23:35] <CIA-100> pulkomandy * r43057 /haiku/trunk/ (9 files in 5 dirs): (log message trimmed)
[11:23:35] <CIA-100> * Use const references instead of pointers for the read from/write to
[11:23:35] <CIA-100> attribute/resource method in locale kit catalogs
[11:23:35] <CIA-100> * Only load the embedded catalog if nothing else was found, so it can easily
[11:23:35] <CIA-100> be overridden
[11:23:35] <CIA-100> * Change the resource type to 'CADA' (CAtalog DAta) for embedded catalogs, and
[11:23:36] <CIA-100> use a hash of the language code as the resource ID. This allows multiple
[12:05:32] <CIA-100> mmu_man * r43058 /haiku/trunk/src/bin/mail_utils/spamdbm.cpp: Fix constness to avoid warnings.
[13:50:53] <CIA-100> pulkomandy * r43059 /haiku/trunk/3rdparty/pulkomandy/ (. catmerge.sh):
[13:50:53] <CIA-100> Add catmerge.sh, a shellscript for easily merging an existing but outdated
[13:50:53] <CIA-100> catalog with a newer one in another language. I was not sure where to put it,
[13:50:53] <CIA-100> is this the right place ?
[13:55:01] <CIA-100> anevilyak * r43060 /haiku/trunk/src/apps/debugger/ (7 files in 2 dirs):
[13:55:01] <CIA-100> WIP: Add abstract base class TeamUISettings and corresponding subclass GUITeamUISettings.
[13:55:01] <CIA-100> Once complete, these will be used to store/restore settings for the debugger's various UI
[13:55:01] <CIA-100> components.
[14:45:58] <CIA-100> pulkomandy * r43061 /haiku/trunk/src/preferences/time/ (TimeMessages.h TimeWindow.cpp ZoneView.cpp ZoneView.h):
[14:45:58] <CIA-100> * Remove the now unneeded Message-logic for hiding and showing the preview
[14:45:58] <CIA-100> * Put the clock mode radio buttons above the preview
[14:45:58] <CIA-100> Also makes hiding hte preview work again.
[15:17:35] <CIA-100> anevilyak * r43062 /haiku/trunk/src/apps/debugger/settings/TeamUISettings.h: gcc2 build fix.
[15:37:25] <CIA-100> mmlr * r43063 /haiku/trunk/src/system/kernel/heap.cpp: Tiny cleanup.
[15:41:09] <CIA-100> pulkomandy * r43064 /haiku/trunk/src/kits/game/PushGameSound.cpp:
[15:41:09] <CIA-100> Apply patch by bkmx from ticket #5093 : fixes some buffer index math in
[15:41:09] <CIA-100> BPushGameSound so at least it doesn't crashes.
[16:01:43] <CIA-100> humdinger * r43065 /haiku/trunk/data/catalogs/ (5 files in 5 dirs): Update Swedish catkeys. Thanks.
[16:12:09] <CIA-100> mmu_man * r43066 /haiku/trunk/3rdparty/mmu_man/scripts/HardwareChecker.sh: Check for and use dmidecode if present, to get the exact vendor and machine identification, which should be much more reliable than the user.
[16:55:33] <CIA-100> anevilyak * r43067 /haiku/trunk/src/apps/debugger/ (7 files in 2 dirs): More work-in-progress towards getting settings saved/restored.
[17:39:30] <CIA-100> mmlr * r43068 /haiku/trunk/src/system/kernel/heap.cpp: Prefix the heap version of the "allocations" debugger command with "heap_".
[18:08:41] <CIA-100> pulkomandy * r43069 /haiku/trunk/src/tests/kits/game/push_game_sound_test/push_game_sound_test.cpp: Fix delay loop condition in BPushGamesound test. It seems to work mostly fine.
[18:26:33] <CIA-100> bonefish * r43070 /haiku/trunk/ (2 files in 2 dirs): (log message trimmed)
[18:26:34] <CIA-100> mmlr + bonefish:
[18:26:34] <CIA-100> * Move struct tracing_stack_trace to tracing.h header.
[18:26:34] <CIA-100> * Add tracing_find_caller_in_stack_trace(). Helper function to get the
[18:26:34] <CIA-100> first return address of a stack trace that is not in one of the given
[18:26:34] <CIA-100> address ranges.
[18:26:34] <CIA-100> * Add AbstractTracingEntryWithStackTrace::StackTrace() getter.
[18:29:30] <CIA-100> bonefish * r43071 /haiku/trunk/headers/private/kernel/debug.h:
[18:29:30] <CIA-100> mmlr + bonefish:
[18:29:30] <CIA-100> Add helper macros for placing markers in the source, so we can get the
[18:29:30] <CIA-100> address ranges of code we're interested in.
[19:44:26] <CIA-100> bonefish * r43072 /haiku/trunk/ (13 files in 2 dirs): (log message trimmed)
[19:44:27] <CIA-100> mmlr + bonefish:
[19:44:27] <CIA-100> * Add optional stack trace capturing for slab memory manager tracing.
[19:44:27] <CIA-100> * Add allocation tracking for the slab allocator (enabled via
[19:44:27] <CIA-100> SLAB_ALLOCATION_TRACKING). The allocation tracking requires tracing
[19:44:27] <CIA-100> with stack traces to be enabled for object caches and/or the memory
[19:44:28] <CIA-100> manager.
[20:08:22] <CIA-100> mmu_man * r43073 /haiku/trunk/src/system/boot/arch/m68k/mmu_040.cpp:
[20:08:22] <CIA-100> Dump the 68040 mmu registers before touching them.
[20:08:22] <CIA-100> Added a comment about the Milan clone which uses the mmu in the BIOS to emulate Atari hardware, and the Transparent Translation registers to map the PCI bus, which screws up with our current code.
[20:09:50] <CIA-100> mmu_man * r43074 /haiku/trunk/src/system/boot/platform/atari_m68k/mmu.cpp: Some more tracing.
[20:20:24] <CIA-100> anevilyak * r43075 /haiku/trunk/src/apps/debugger/settings/ (GUITeamUISettings.cpp TeamUISettings.cpp): Style fixes.
[20:26:17] <CIA-100> humdinger * r43076 /haiku/trunk/data/catalogs/ (4 files in 4 dirs): Updated Slovakian catkeys. Thanks.
[20:35:45] <CIA-100> pulkomandy * r43077 /haiku/trunk/src/servers/mail/ (MailDaemon.cpp MailDaemon.h Notifier.cpp Notifier.h):
[20:35:45] <CIA-100> Mail daemon notifications, round 2:
[20:35:45] <CIA-100> * Use the proper identifier for each notification window : 2 per account for sending/receiving, and a global one to show the "n message received" message.
[20:35:45] <CIA-100> * Use the mail daemon icon on the windows instead of the default ones
[20:35:45] <CIA-100> * Shuffle the text in the windows a bit so it makes more sense
[20:35:45] <CIA-100> * Use the settings from the mail preflet for showing or not the window.
[20:35:46] <CIA-100> The meaning of "always" changes a bit, since it is not possible to have a "forever" timeout with the notification server (and that would be rather annoying).
[20:50:31] <CIA-100> bonefish * r43078 /haiku/trunk/src/system/kernel/slab/ (MemoryManager.cpp MemoryManager.h Slab.cpp slab_debug.h): (log message trimmed)
[20:50:32] <CIA-100> mmlr + bonefish:
[20:50:32] <CIA-100> * dump_allocations_per_caller(): Compute the total allocation count and
[20:50:32] <CIA-100> size from the caller infos instead of using return arguments in the
[20:50:32] <CIA-100> helper functions called.
[20:50:32] <CIA-100> * Move caller info update code from analyze_allocation_callers() to new
[20:50:33] <CIA-100> function slab_debug_add_allocation_for_caller(), so it can be reused.
[21:45:56] <CIA-100> bonefish * r43079 /haiku/trunk/src/system/kernel/slab/ (MemoryManager.cpp MemoryManager.h Slab.cpp slab_debug.h): (log message trimmed)
[21:45:56] <CIA-100> mmlr + bonefish:
[21:45:56] <CIA-100> * Fix build broken in r43078. The slab_debug_add_allocation_for_caller()
[21:45:56] <CIA-100> wasn't guarded correctly.
[21:45:56] <CIA-100> * slab_debug_add_allocation_for_caller(): Add bool resetAllocationInfos
[21:45:56] <CIA-100> parameter, which makes the function clear the allocation tracking
[21:45:57] <CIA-100> infos after processing the data.
[22:07:36] <CIA-100> anevilyak * r43080 /haiku/trunk/ (headers/private/shared/Variant.h src/kits/shared/Variant.cpp): Extend BVariant to support storing BRects as well.
[22:20:28] <CIA-100> anevilyak * r43081 /haiku/trunk/src/apps/debugger/settings/generic/ (Setting.cpp Setting.h): Extend the generic Settings classes to support float and rect settings.
[22:26:25] <CIA-100> bonefish * r43082 /haiku/trunk/src/system/kernel/slab/ (MemoryManager.cpp MemoryManager.h Slab.cpp slab_debug.h):
[22:26:25] <CIA-100> mmlr + bonefish:
[22:26:25] <CIA-100> Refactor the "allocations_per_caller" KDL command related functions.
[22:26:25] <CIA-100> They expect an instance of a class implementing the new
[22:26:25] <CIA-100> AllocationTrackingCallback interface, now. The only implementation ATM
[22:26:25] <CIA-100> is AllocationCollectorCallback, which does the work the now removed
[22:26:26] <CIA-100> slab_debug_add_allocation_for_caller() did before.
[22:39:24] <CIA-100> mmu_man * r43083 /haiku/trunk/src/system/kernel/arch/x86/paging/32bit/X86PagingMethod32Bit.cpp: Fix method name in trace.
[22:50:45] <CIA-100> mmlr * r43084 /haiku/trunk/src/system/kernel/slab/MemoryManager.h:
[22:50:45] <CIA-100> Fix the build with memory manager tracing disabled. The guard was missing
[22:50:45] <CIA-100> in the header.
[23:32:20] <CIA-100> bonefish * r43085 /haiku/trunk/ (2 files in 2 dirs):
[23:32:20] <CIA-100> mmlr + bonefish:
[23:32:20] <CIA-100> * Add TraceOutput::PrintArgs(), a va_list version of Print().
[23:32:20] <CIA-100> * Move code of TraceOutput::Print() to new private template function
[23:32:21] <CIA-100> print_stack_trace().
[23:32:21] <CIA-100> * Add public tracing_print_stack_trace().
[23:33:42] <CIA-100> bonefish * r43086 /haiku/trunk/src/system/kernel/slab/ (ObjectCache.cpp ObjectCache.h):
[23:33:43] <CIA-100> mmlr + bonefish:
[23:33:43] <CIA-100> Add ObjectCache::ObjectAtIndex().
[23:36:29] <CIA-100> bonefish * r43087 /haiku/trunk/src/system/kernel/slab/ (MemoryManager.cpp Slab.cpp slab_debug.h):
[23:36:29] <CIA-100> mmlr + bonefish:
[23:36:29] <CIA-100> * AllocationTrackingCallback::ProcessTrackingInfo(): Also pass the
[23:36:29] <CIA-100> allocation pointer.
[23:36:29] <CIA-100> * "allocations_per_caller" KDL command: Add option "-d". When given,
[23:36:30] <CIA-100> each allocation for the specified caller is printed, including the
[23:36:30] <CIA-100> respective stack trace.
[23:59:39] <CIA-100> mmlr * r43088 /haiku/trunk/src/system/kernel/debug/tracing.cpp:
[23:59:39] <CIA-100> Fix build with tracing disabled. Since capture_tracing_stack_trace() doesn't
[23:59:39] <CIA-100> return a stack trace when tracing is disabled we don't really need to be able
[23:59:39] <CIA-100> to print one either.
top

   November 1, 2011  
< | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | >