CIA.vc
czeidler
Real-time open source activity stats
Stats » Authors » czeidler
informationsyndicateUTC clock
04:10 on May 28, 2012
event counters
The last message was received 2.58 weeks ago at 02:56 on May 10, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
4 messages so far this month, 4 messages last month
525 messages since the first one, 2.94 years ago, for an average of 2.05 days between messages
recent messages
dateReversed sort columnprojectcontentlink
22:36 on May 09haiku
Commit by czeidler on master :: rhrev44137 haiku/: (link)
Calling the BView version of {Enable,Disable}LayoutInvalidation() seems to be more natural. [2 commits]
#
02:34 on May 09haiku
Commit by czeidler on master :: rhrev44131 haiku/: (link)
Workaround to not trigger a relayout in DoLayout when adding the label view again.
#
19:28 on May 07haiku
Commit by czeidler on master :: rhrev44128 haiku/: (link)
Remove lp_solve headers.
#
23:03 on Apr 30haiku
Commit by czeidler on master :: rhrev44085 haiku/: (link)
Make the menu window not resizable.

Right clicking the menu border showed the resize arrow and sometimes even made it possible to resize the menu.
#
02:58 on Apr 30haiku
Commit by czeidler on master :: rhrev44083 haiku/: (link)
Remove lp_solve from the source and from the image.
Its not used anymore and should be an optional package otherwise.
#
23:47 on Apr 29haiku
Commit by czeidler on master :: rhrev44082 haiku/: (link)
Create MAIL:flags index in Mail. This should fix #8506.
#
04:53 on Apr 29haiku
Commit by czeidler on master :: rhrev44079 haiku/: (link)

Use BSecureSocket and BSocket instead of ServerConnection. [2 commits]

  • When sending a new command, drain all leftover data and not only 1025 chars.
#
04:04 on Apr 27haiku
Commit by czeidler on master :: rhrev44070 haiku/: (link)

Cleanup POP3 connection code. [2 commits]

  • Use the ServerConnection class in POP3 too. This means no #ifdef USE_SSL for the connection anymore.
  • I remember from the mailing list that there were problems with to many open connection using POP3. Thus, if there is an error or nothing to retrieve close the connection.
#
19:54 on Feb 14haiku
Commit by czeidler on master :: rhrev43740 haiku/: (link)
Fix crash in S&T.
#
02:36 on Feb 14haiku
Commit by czeidler on master :: rhrev43739 haiku/: (link)
Revert "Finally applying the patch that adds support to add path information to stat and attr monitor messages."

Will recommit it when I have more time to work on the todos.

This reverts commit 610ef6c00781522022455c0cbf34495420b2db1d.
#
22:21 on Feb 01haiku
Commit by czeidler on master :: rhrev43708 haiku/: (link)

Add workaround for #8001.

  • check known mode list first before sanitizing the target mode. However the optimal way is to fix the constraints in sanitize_display_mode.
#
04:51 on Jan 22haiku
Commit by czeidler on master :: rhrev43680 haiku/: (link)

Use new node monitor fields in the index_server. [2 commits]

  • remove unnecessary modified query hack
#
02:30 on Jan 22haiku
Commit by czeidler on master :: rhrev43679 haiku/: (link)
Forgot this file. [8 commits]
#
05:57 on Jan 21haiku
Commit by czeidler on master :: rhrev43676 haiku/: (link)
Fix build.
#
05:38 on Jan 21haiku
Commit by czeidler on master :: rhrev43675 haiku/: (link)

This makes keyboard input working when leaving the consoled debugger. [4 commits]

  • Fix trace.
  • Try to read key input again when the device is just B_BUSY.
#
20:31 on Jan 18haiku
Commit by czeidler on master :: rhrev43670 haiku/: (link)
Use correct ALM variable index.

There is list of all variables and a list of variables used by contraints. When editing the min, max variable constraints access the
correct list.
#
20:35 on Jan 05haiku
Commit by czeidler on master :: rhrev43630 haiku/: (link)
Style fixes. Thanks Axel and Ingo.
#
00:42 on Jan 05haiku
Commit by czeidler on master :: rhrev43625 haiku/: (link)

Make BReference and BWeakReference behave more like a normal pointer.

  • Casts like BReference<Derived> to BReference<Base> are now possible.
  • This cast for BWeakReference is, because of the underlying structure, not automatically type safe. I used a simple hack to make the compiler complain if the cast is not type safe. Please take a look if that can be done better.
  • Smaller style and bug fixes.
#
04:50 on Dec 21, 2011haiku
Commit by czeidler on master :: rhrev43544 haiku/: (link)
Tabs are now reference counted. Fix the tests. [2 commits]
#
04:21 on Dec 21, 2011haiku
Commit by czeidler on master :: rhrev43543 haiku/: (link)
Small style changes. Thanks Axel.
#