Source Activity

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

Replace a few references to Subversion with Git.

Fri, 2015-06-19 19:36
There are a whole bunch more of these around, but these were the ones I was confident replacing. There are a whole bunch more of these around, but these were the ones I was confident replacing.
Categories: Development

ReadMe.Compiling: rework to Markdown, cleanup links.

Fri, 2015-06-19 19:17
There are still probably issues with the walkthroughs in here, but I don't cross-compile Haiku very often so someone else should fix those. There are still probably issues with the walkthroughs in here, but I don't cross-compile Haiku very often so someone else should fix those.
Categories: Development

GPT: Expand our known GUID's

Fri, 2015-06-19 14:09
* Try to standardize between the names to make them easier to understand * Avoid terms like "File system" as it can confuse users (these are just partitions) * We don't want to list *every* GUID here, just the ones most desktop users *might* see (we skip things like cepf) * Try to standardize between the names to make them easier to understand * Avoid terms like "File system" as it can confuse users (these are just partitions) * We don't want to list *every* GUID here, just the ones most desktop users *might* see (we skip things like cepf)
Categories: Development

GPT: Fix creation of GPT disk systems; resolves #10298

Thu, 2015-06-18 21:09
* The alternate / backup block wasn't defined leading to an invalid configuration. * This was compounded with another issue that was resolved a while back with GPT * gdisk now identifies GPT systems created with Haiku as valid * The alternate / backup block wasn't defined leading to an invalid configuration. * This was compounded with another issue that was resolved a while back with GPT * gdisk now identifies GPT systems created with Haiku as valid
Categories: Development

Update pci.ids from pciids.sourceforge.net

Thu, 2015-06-18 03:20
Categories: Development

APR: update to 1.5.2.

Wed, 2015-06-17 19:26
Fixes #12166. Fixes #12166.
Categories: Development

Remove gethostbyname_r and gethostbyaddr_r from headers

Wed, 2015-06-17 19:20
* They were not in BeOS. * They are also not in netresolv, they are deprecated and getaddrinfo should be used. * They were not in BeOS. * They are also not in netresolv, they are deprecated and getaddrinfo should be used.
Categories: Development

netresolv: really enable IPV6.

Tue, 2015-06-16 19:40
* Fixes setting of IPv6 address for localhost * Maybe helps with #12156 * Fixes setting of IPv6 address for localhost * Maybe helps with #12156
Categories: Development

Revert "Missing NULL check in network stack."

Tue, 2015-06-16 16:09
This reverts commit dd0ea64b5607e6310c582f62c4275dab7510c4f6. This reverts commit dd0ea64b5607e6310c582f62c4275dab7510c4f6.
Categories: Development

Updated QuickLaunch, UberTuber, youtube-dl

Tue, 2015-06-16 07:06
Categories: Development

VideoProducer: fix the fix.

Mon, 2015-06-15 19:00
Categories: Development

VideoProducer: fix 64bit build.

Mon, 2015-06-15 18:47
Categories: Development

usb_webcam: move header generation to multiarch block

Mon, 2015-06-15 18:19
* With the HDRGRIST change the headers must now be generated for each architecture. * With the HDRGRIST change the headers must now be generated for each architecture.
Categories: Development

Properly fix Lex/Yacc dependency following Ingo's advice

Mon, 2015-06-15 17:27
* By setting HDRGRIST to match SOURCE_GRIST in MultiArchDirSetup, the include scanning in Jam will work properly: the generated header will have the same grist as what the include scan looks for. * Remove the now unneeded workaround from netresolv Jamfile. * By setting HDRGRIST to match SOURCE_GRIST in MultiArchDirSetup, the include scanning in Jam will work properly: the generated header will have the same grist as what the include scan looks for. * Remove the now unneeded workaround from netresolv Jamfile.
Categories: Development

netresolv: add an explicit include for nsparser.h

Mon, 2015-06-15 02:39
The grist for nsparser.h doesn't include the architecture despite using MultiArchSubDirSetup, so we need to explicitly include the correctly gristed header. The grist for nsparser.h doesn't include the architecture despite using MultiArchSubDirSetup, so we need to explicitly include the correctly gristed header.
Categories: Development

Tracker: fix selection glitch with some fonts

Mon, 2015-06-15 02:03
* This problem was present for the fonts with total height greater than 19 and smaller than 20. * Reduce distance between row with big fonts. * Fixes #11615. * This problem was present for the fonts with total height greater than 19 and smaller than 20. * Reduce distance between row with big fonts. * Fixes #11615.
Categories: Development

Remove two old scripts still trying to use SVN.

Sun, 2015-06-14 15:52
* The HTA website is no more and we switched to pootle with a different way to commit the translations. * Git has no properties so the propset script can't be used anymore. * The HTA website is no more and we switched to pootle with a different way to commit the translations. * Git has no properties so the propset script can't be used anymore.
Categories: Development

Remove "stubgen" from tools folder.

Sun, 2015-06-14 15:48
* Not used directly by the build system or even included in jamfiles * Was mostly untouched (save for an OpenBeOS to Haiku rename) since the migration from CVS. * Get it from upstream if you need it: https://github.com/mjradwin/stubgen * Not used directly by the build system or even included in jamfiles * Was mostly untouched (save for an OpenBeOS to Haiku rename) since the migration from CVS. * Get it from upstream if you need it: https://github.com/mjradwin/stubgen
Categories: Development