CIA.vc
axeld
Real-time open source activity stats
Stats » Authors » axeld
informationsyndicateUTC clock
14:31 on Feb 12, 2012
event counters
The last message was received 1.09 months ago at 01:14 on Jan 11, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 2 messages last month
7949 messages since the first one, 7.71 years ago, for an average of 8.5 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
22:05 on Jan 10haiku
Commit by axeld on master :: rhrev43649 haiku/: (link)

Fixed RemoteDesktop build that has been broken with hrev43319.

  • Or more specifically, in 323b65468e58, part of that revision (ie. the initial import from Oliver).
#
21:02 on Jan 10haiku
Commit by axeld on master :: rhrev43648 haiku/: (link)

Also hide the full screen controls when the mouse is over them.

  • We just wait a little longer in this case, like 4.5s.
  • Changed the code to only send the messages when needed, before they were being sent every 1.5s.
  • However, this is untested as of yet, as the layout changes didn't allow me to run the MediaPlayer on my system. Will do so in a minute on another one.
#
21:25 on Dec 22, 2011haiku
Commit by axeld on master :: rhrev43548 haiku/: (link)

Made the SRT parser a bit less strict.

  • This allows to parse some SRTs that previously failed.
  • Use the more expressive BString::IsEmpty() instead of Length() > 0.
#
23:55 on Dec 14, 2011haiku
Commit by axeld on master :: rhrev43502 haiku/: (link)
Minor cleanup, no functional change.
#
01:00 on Dec 03, 2011haiku
Commit by axeld on master :: rhrev43383 haiku/: (link)

Made mail_encoding a proper C++ file.

  • This unbreaks the GCC2 build, thanks Matt!
#
00:10 on Dec 03, 2011haiku
Commit by axeld on master :: rhrev43382 haiku/: (link)
Minor cleanup, no functional change.
#
23:00 on Nov 21, 2011haiku
Commit by axeld on master :: rhrev43307 haiku/: (link)

Forgot to include the Jamfile in the commit.

  • The socket API is now actually available.
#
22:57 on Nov 21, 2011haiku
Commit by axeld on master :: rhrev43306 haiku/: (link)
Added unimplemented copy constructor.
#
22:55 on Nov 21, 2011haiku
Commit by axeld on master :: rhrev43305 haiku/: (link)

Added a buffered DataIO subclass.

  • Only the read path is tested so far.
#
21:07 on Nov 21, 2011haiku
Commit by axeld on master :: rhrev43302 haiku/: (link)

Added experimental version of a Socket API with SSL support.

  • Each class has a Socket() method to retrieve the underlaying file descriptor to be able to do the more advanced stuff, if necessary.
  • A server socket is yet missing, but the rest is pretty much covered.
#
10:54 on Nov 06, 2011OpenBeOS
Commit by axeld :: r43198 /haiku/trunk/headers/os/storage/Node.h:

  • Coding style cleanup.
#
01:43 on Nov 03, 2011OpenBeOS
Commit by axeld :: r43144 /haiku/trunk/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/ (Response.cpp Response.h):

  • ArgumentList now inherits from BObjectList instead of aggregating it.
  • Fixed BString::ICompare() checks.
  • Minor other improvements.
#
01:25 on Nov 03, 2011OpenBeOS
Commit by axeld :: r43141 /haiku/trunk/ (3 files in 2 dirs):

  • Put ServerConnection into the BPrivate namespace as it should have been.
  • Fixed completely broken error reporting; Write()/Read() will now return the proper error code (and ssize_t instead of int32).
  • Reimplemented WaitForData() using poll() which is more efficient.
  • Now uses BNetworkAddress to resolve the server address which also should now work with IPv6.
  • Removed some unused headers.
  • Minor coding style cleanup.
#
02:00 on Nov 01, 2011OpenBeOS
Commit by axeld :: r43052 /haiku/trunk/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/ (Response.cpp Response.h):

  • Work in progress of an IMAP response parser that will replace weak and error prone parsing method that is currently utilized by the IMAP module.
#
13:26 on Oct 30, 2011OpenBeOS
Commit by axeld :: r42995 /haiku/trunk/src/tests/add-ons/ (6 files in 3 dirs):

  • Started a very simple test application for the IMAP add-on.
#
00:45 on Oct 30, 2011OpenBeOS
Commit by axeld :: r42987 /haiku/trunk/src/bin/screenmode/screenmode.cpp:

  • Busy looping without sleeping isn't so nice.
  • Also allow upper case Y to please Michael :-)
#
23:44 on Oct 29, 2011OpenBeOS
Commit by axeld :: r42982 /haiku/trunk/ (5 files in 2 dirs):

  • Reinitialize global locks after a fork (at least those in the Application Kit).
  • This should fix #5668.
#
23:30 on Oct 29, 2011OpenBeOS
Commit by axeld :: r42981 /haiku/trunk/headers/private/app/ (LooperList.h TokenSpace.h):

  • Coding style cleanup.
#
23:19 on Oct 29, 2011OpenBeOS
Commit by axeld :: r42978 /haiku/trunk/src/kits/app/Looper.cpp:

  • Minor cleanup.
#
20:05 on Oct 29, 2011OpenBeOS
Commit by axeld :: r42973 /haiku/trunk/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/ (4 files):

  • More minor cleanup.
#