Source Activity

Syndicate content
Haiku's main repository
Updated: 46 min 48 sec ago

licenses: Remove MkDepend, just the MIT license.

Wed, 2015-07-01 22:15
Recipe already uses "MIT". Recipe already uses "MIT".
Categories: Development

licenses: Remove "Expat", it's just the MIT License.

Wed, 2015-07-01 21:53
The recipe already uses "MIT". The recipe already uses "MIT".
Categories: Development

licenses: Get rid of the two versions of the Artisic License.

Wed, 2015-07-01 21:49
They're the same thing. The "Perl" one has better formatting, though, so keep that one. They're the same thing. The "Perl" one has better formatting, though, so keep that one.
Categories: Development

Memory leaks in Cortex

Wed, 2015-07-01 21:29
CID 605755, 605756, 605757 and 605758. CID 605755, 605756, 605757 and 605758.
Categories: Development

Crash fix in BMessage::ReplaceData()

Wed, 2015-07-01 19:11
The call to _CopyForWrite() invalidated the pointer previously assigned. There was also an unrelated null-pointer derefence situation in the copy constructor. Fixes #3074 and CID 610886 and CID 610887. The call to _CopyForWrite() invalidated the pointer previously assigned. There was also an unrelated null-pointer derefence situation in the copy constructor. Fixes #3074 and CID 610886 and CID 610887.
Categories: Development

Added package Clipdinger - a history for the sytem clipboard

Wed, 2015-07-01 10:33
see http://humdingerb.github.io/clipdinger/ see http://humdingerb.github.io/clipdinger/
Categories: Development

Revert "BNetworkAddressResolver: fix setting AI_ADDRCONFIG flag"

Tue, 2015-06-30 18:09
B_UNCONFIGURED_ADDRESS_FAMILIES is not a mapping to AI_ADDRCONFIG, it's the opposite... This reverts commit a8962b392a7cc9783596c1ed88babe3d864e6759. B_UNCONFIGURED_ADDRESS_FAMILIES is not a mapping to AI_ADDRCONFIG, it's the opposite... This reverts commit a8962b392a7cc9783596c1ed88babe3d864e6759.
Categories: Development

StyledEdit: Rework of the font color system

Tue, 2015-06-30 17:26
1) The default font color is now B_DOCUMENT_TEXT_COLOR 2) The font color menu now shows a palette 3) The font color menu now includes a "default" item, set to B_DOCUMENT_TEXT_COLOR 4) Added a Todo mentionning it would be ideal to not save the default color itself, but instead saving the fact the default color was used. Maybe allow the StyleBuffer to use a Null color or something similar. 1) The default font color is now B_DOCUMENT_TEXT_COLOR 2) The font color menu now shows a palette 3) The font color menu now includes a "default" item, set to B_DOCUMENT_TEXT_COLOR 4) Added a Todo mentionning it would be ideal to not save the default color itself, but instead saving the fact the default color was used. Maybe allow the StyleBuffer to use a Null color or something similar.
Categories: Development

BNetworkAddressResolver: fix setting AI_ADDRCONFIG flag

Tue, 2015-06-30 16:01
* Condition was the wrong way * Condition was the wrong way
Categories: Development

ReadMe: HaikuPorts has moved to GitHub.

Tue, 2015-06-30 14:03
Categories: Development

Move doc from src/kits/network to docs/net.

Tue, 2015-06-30 13:32
Thanks Adrien for reviewing! Thanks Adrien for reviewing!
Categories: Development

fat: Cleared the confusion between ctime, and crtime...

Tue, 2015-06-30 11:27
... the previous commit introduced. * Minor cleanup, disabled the useless fs_ioctl() function. * This closes #11120. ... the previous commit introduced. * Minor cleanup, disabled the useless fs_ioctl() function. * This closes #11120.
Categories: Development

Debugger: Add signal settings and listener hooks.

Tue, 2015-06-30 03:26
Team: - Add settings and accessors for signal dispositions. - Add event definitions and listener hooks for signal disposition changes. Team: - Add settings and accessors for signal dispositions. - Add event definitions and listener hooks for signal disposition changes.
Categories: Development

Updated libedit package for x86_64

Tue, 2015-06-30 02:46
Categories: Development

Debugger: Add persistent settings classes for signal dispositions.

Tue, 2015-06-30 02:45
- Add class TeamSignalSettings for storing signal disposition settings, and add instance to TeamSettings. - Adjust TeamDebugger to load signal settings. - Add class TeamSignalSettings for storing signal disposition settings, and add instance to TeamSettings. - Adjust TeamDebugger to load signal settings.
Categories: Development

netresolv: Delete unused Makefiles.

Mon, 2015-06-29 21:07
Categories: Development