CIA.vc
siarzhuk
Real-time open source activity stats
Stats » Authors » siarzhuk
informationsyndicateUTC clock
07:45 on May 28, 2012
event counters
The last message was received 1.1 weeks ago at 15:18 on May 20, 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, 0 messages last month
285 messages since the first one, 3.02 years ago, for an average of 3.87 days between messages
recent messages
dateReversed sort columnprojectcontentlink
10:46 on May 20haiku
Commit by siarzhuk on master :: rhrev44191 haiku/: (link)
Put hostname option into DHCPDISCOVER/DHCPREQUEST if provided by system

If Haiku has the hostname set, inform DHCP server with corresponding
option in DHCPDISCOVER and DHCPREQUEST messages. That should simplify
accessing Haiku hosts by using it's hostname instead of raw addresses.
#
20:23 on May 18haiku
Commit by siarzhuk on master :: rhrev44188 haiku/: (link)
Preventive fixes for possible Coverity complaints in the future. [2 commits]
#
18:37 on May 03haiku
Commit by siarzhuk on master :: rhrev44099 haiku/: (link)
Publishing USB Audio driver from my dev.branch on the old SVN repo.
#
18:32 on May 01haiku
Commit by siarzhuk on master :: rhrev44088 haiku/: (link)

Fix the device lookup algorithm

  • Fix the device lookup algorithm - sync with correct version used in usb_asix;
  • Small code style fix.
#
21:02 on Feb 02haiku
Commit by siarzhuk on master :: rhrev43711 haiku/: (link)

[Coverity] Fixed some uninit fields and return values checks

  • Fixed CID2398, CID9945, CID9943, CID4215
#
20:10 on Feb 02haiku
Commit by siarzhuk on master :: rhrev43710 haiku/: (link)

[Coverity] Add check for NULL before calling strlcpy.

  • Fixes CID11207.
#
19:46 on Feb 02haiku
Commit by siarzhuk on master :: rhrev43709 haiku/: (link)

[Coverity] Restore std::cout flags and MimeAttr ctor. inits

  • Restore std::cout flags (CID11245, CID11246) after using hexadecimal and zero-filled flags;
  • Fix uninit MimeAttribute::fStatus field in one ctor. CID11292.
#
22:13 on Jan 23haiku
Commit by siarzhuk on master :: rhrev43689 haiku/: (link)

A farewell update of Ukrainian catkeys from HTA

  • Thanks to Mariya Pilipchuk (GCI2011) and Oleksandr Rudik for translation and managing the translation.
#
17:36 on Jan 22haiku
Commit by siarzhuk on master :: rhrev43683 haiku/: (link)

Fix Notification Group header text drawing

  • This fixes the drawing issues in the "font aliasing" area that are appeared as small white points on the gray background. Signed-off-by: Siarzhuk Zharski <zharik at gmx dot li>
#
22:03 on Jan 16haiku
Commit by siarzhuk on master :: rhrev43668 haiku/: (link)

Draft of proj2make - BeIDE projects convertion tool

  • The proj2make can extract most of data required by makefile-engine powered makefiles from the BeIDE project files making porting of the old BeOS software projects more easy;
  • This tool was implemented during GCI2011 as the "undocumented data format investigation task" study work, so please be patient to it's incompleteness and not perfect design. Thank you for understanding! Signed-off-by: Siarzhuk Zharski <zharik at gmx dot li>
#
21:12 on Jan 15haiku
Commit by siarzhuk on master :: rhrev43666 haiku/: (link)

Remove unused variable TMailWindow::fStartingText

  • Looks like this variable has no functional load anymore. The last case of filling it was dismissed by hrev43664 modification.
#
20:41 on Jan 15haiku
Commit by siarzhuk on master :: rhrev43665 haiku/: (link)

Some GCI2011 Students added into the Credits

  • Aleksas Pantechovskis added into contributors list for his work on setmime and writembr tools, and many patches provided for Mail application during completing about 12 GCI tasks;
  • Peter Poláčik added into contributors list for his work on adding localization support into Jamfile engine and documenting using of makefile/jamfile engines;
  • Mariya Pilipchuk added into translators list for her work on Ukrainian translation; Thank you for the contribution!
#
19:54 on Jan 15haiku
Commit by siarzhuk on master :: rhrev43664 haiku/: (link)

Improve the auto-signature insertion algorithm

  • Append the signature only after the e-mail Reader thread will finish it's work. This prevent from inserting the signature in wrong place;
  • Added extra lines between original e-mail quote and the signature for more comfortable editing of replies.
  • This fix was made during GCI2011;
  • This fixes #4590. Signed-off-by: Siarzhuk Zharski <zharik at gmx dot li>
#
17:38 on Jan 15haiku
Commit by siarzhuk on master :: rhrev43663 haiku/: (link)

Fix gcc2 build - remove iusing of ios:exceptions

  • Fixing gcc2 build by removing exceptions using, that are looking like not supported by our version of compiler.
  • Thanks to Alexander von Gluck for pointing the problem out.
#
15:17 on Jan 15haiku
Commit by siarzhuk on master :: rhrev43662 haiku/: (link)

Remove debug syslog call.

  • Remove debug code introduced by reading pos improvements. Sorry for the noise. :-\
#
15:03 on Jan 15haiku
Commit by siarzhuk on master :: rhrev43661 haiku/: (link)

Command line 'writembr' tool implemented [2 commits]

  • Implemented writembr tool used to update MBR area with easy boot loader starting the system from currently active partition;
  • This work fixes #5595;
  • This is result of GCI2011 task. Signed-off-by: Siarzhuk Zharski <zharik at gmx dot li>
#
23:00 on Jan 09haiku
Commit by siarzhuk on master :: rhrev43645 haiku/: (link)

Placement of user splell_check directories fixed [3 commits]

  • User collected dictionaries and indexes are moved under ~/config/data/spell_check/ folder. Fixes #7887.
  • This fix was made during completing GCI 2011 task. Signed-off-by: Siarzhuk Zharski <zharik at gmx dot li>
#
20:09 on Dec 24, 2011haiku
Commit by siarzhuk on master :: rhrev43557 haiku/: (link)

Added AX88772A/B harwdare support

  • Synchronized with FreeBSD driver - added support for AX88772A and AX88772B chipsets;
  • Some new hardware ids added;
  • Fixed devices lookup routine.
#
23:10 on Dec 22, 2011haiku
Commit by siarzhuk on master :: rhrev43549 haiku/: (link)

Textencoding Kit localization support added.

  • Textencoding Kit now uses localized names of available encodings;
  • Default encoding for composing new messages in Mail application is now configurable through localization feature. Fixes #8147.
  • This contribution was made as part of GCI 2011 task. Signed-off-by: Siarzhuk Zharski <zharik at gmx dot li>
#
21:49 on Dec 19, 2011haiku
Commit by siarzhuk on master :: rhrev43539 haiku/: (link)

Correct update of TextView text run on font change.

  • Fixes #4698 - font preference changes were not applied on the next message;
  • The source of problem is resetting of the text run array after applying new font with SetFontAndColor function. Proposed solution updates the text run array items fonts directly without resetting it them and without loosing any styling and color quiting information;
  • This is result of completing GCI 2011 task. Signed-off-by: Siarzhuk Zharski <zharik at gmx dot li>
#