#
268f99dd |
| 22-Dec-2021 |
Niels Sascha Reedijk <niels.reedijk@gmail.com> |
Merge branch 'master' into dev/netservices
|
#
2ca13760 |
| 20-Aug-2021 |
Coldfirex <sakison@gmail.com> |
Mass updating of OpenBeOS text to Haiku
No functional code altered.
https://dev.haiku-os.org/ticket/17197
Change-Id: I75cc74f6be0ad968fd77c31fbe5b0f650a6fe9e0 Reviewed-on: https://review.haiku-os.
Mass updating of OpenBeOS text to Haiku
No functional code altered.
https://dev.haiku-os.org/ticket/17197
Change-Id: I75cc74f6be0ad968fd77c31fbe5b0f650a6fe9e0 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4364 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
b6f76ebe |
| 10-Feb-2017 |
Augustin Cavalier <waddlesplash@gmail.com> |
s/OpenBeOS License/MIT License/ universally, as they're the same thing.
Fixes #8681.
|
#
6eb09230 |
| 01-Feb-2009 |
Michael Lotz <mmlr@mlotz.ch> |
* Resolve further warnings on GCC4. * Enable -Werror on GCC4 builds as well (limited to the same selected targets).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29118 a95241bf-73f2-0310-859d
* Resolve further warnings on GCC4. * Enable -Werror on GCC4 builds as well (limited to the same selected targets).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29118 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
17e6de7a |
| 04-Aug-2003 |
shadow303 <shadow303@nowhere.fake> |
gcc 3 fixes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4227 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
aa905a66 |
| 16-Feb-2003 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Fixed warnings.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2724 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
89ec8a81 |
| 08-Nov-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
Moved CharStream class out of Parser.{h,cpp} and into its own file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1874 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
40ff0169 |
| 27-Oct-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
Updated an error message.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1718 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
e3a2f206 |
| 09-Sep-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
+ Added SetSupportedTypes() test + Modified BMimeType::SetSupportedTypes functionality so it keeps track of stranded types (i.e. previously supported types that have not had the now unsupporting app
+ Added SetSupportedTypes() test + Modified BMimeType::SetSupportedTypes functionality so it keeps track of stranded types (i.e. previously supported types that have not had the now unsupporting app signature removed from their supporting apps list yet due to a false fullSync parameter) over consecutive SetSupportedTypes(..., false) calls and updates all appropriate stranded types on the next SetSupportedTypes(..., true) call. + Added fullSync parameter to BMimeType::DeleteSupportedTypes + Made BMimeType::Delete() do a DeleteSupportedTypes(..., true) call to properly update the supporting apps lists when a mime type is deleted. + Added initial BMimeType::Get/SetSnifferRule + Updated BMimeType::CheckSnifferRule() to return B_BAD_VALUE when passed a NULL rule string. + Brought CheckSnifferRule() tests up to date + Added lots of Mime::Database doxygen + Added any missing mime monitor notifications in Mime::Database + Possibly made some other changes as well... :-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1004 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
02fd0582 |
| 27-Aug-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
Cleaned up warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@900 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
09d84e61 |
| 12-Aug-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
+ Changed StorageKit namespace to BPrivate::Storage + Changed Sniffer namespace to BPrivate::Storage::Sniffer
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@714 a95241bf-73f2-0310-859d-f6bbb
+ Changed StorageKit namespace to BPrivate::Storage + Changed Sniffer namespace to BPrivate::Storage::Sniffer
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@714 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
93d145bb |
| 10-Aug-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
+ Added support for "-i" flags and case insensitive matching + Renamed Expr class to DisjList, which is more descriptive as to its function + Added ' and " to the list of allowed characters in an
+ Added support for "-i" flags and case insensitive matching + Renamed Expr class to DisjList, which is more descriptive as to its function + Added ' and " to the list of allowed characters in an unquoted string. + Added updated sniffer rule grammar to doxygen for the Parser class
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@685 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
fe70cd16 |
| 09-Aug-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
+ Updated all the parsing code to use std::strings everywhere instead of const char*'s to allow for rules with NULL characters embedded in them. + Updated Rule::Sniff() to actually return a usefu
+ Updated all the parsing code to use std::strings everywhere instead of const char*'s to allow for rules with NULL characters embedded in them. + Updated Rule::Sniff() to actually return a useful value
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@662 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
60ee71d3 |
| 08-Aug-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
+ Added some documentation + Fixed a bug with 0eXXX floats being handled improperly + Updated a few error messages to give proper character stream positions.
git-svn-id: file:///srv/svn/repos/hai
+ Added some documentation + Fixed a bug with 0eXXX floats being handled improperly + Updated a few error messages to give proper character stream positions.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@650 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
ef88abd1 |
| 07-Aug-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
+ Added priority verification (0.0 <= valid priority <= 1.0) + Fixed a stupid bug in my hexToChar() function + Added code to actually return the parsed in priority to ParsePriority()... + Added code
+ Added priority verification (0.0 <= valid priority <= 1.0) + Fixed a stupid bug in my hexToChar() function + Added code to actually return the parsed in priority to ParsePriority()... + Added code to actually SetTo() the result in ParseRule()... + Changed most "Sniffer scanner error" messages to "Sniffer pattern error" messages.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@630 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
390dce8d |
| 06-Aug-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
Parser is finished (or very nearly so)!!! :-) + Added support for extended notation floating point numbers, as well as signed (+ and -) floats. + Finished up parsing code + Moved Err class into it's
Parser is finished (or very nearly so)!!! :-) + Added support for extended notation floating point numbers, as well as signed (+ and -) floats. + Finished up parsing code + Moved Err class into it's own header/source pair, since I started using it all over the place in the sniffer code. + Did my darndest to make sure I wasn't leaking memory anywhere. + Matched up error messages as best as possible with R5's error message. Some couldn't be matched, some were improved.
There *are* a few things left to do. I don't think priorities are verified to be valid (0.0 <= x <= 1.0). More tests also need to be written. Things have solidified enough now that documentation is a reasonable thing to start considering as well.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@608 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
4574a75f |
| 29-Jul-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
+ Got rid of global TokenStream object + Started on Parser class + Moved parsing functions into Parser class + Added Pos() member to Err class to allow for snazzy BMimeType::CheckSnifferRule() error
+ Got rid of global TokenStream object + Started on Parser class + Moved parsing functions into Parser class + Added Pos() member to Err class to allow for snazzy BMimeType::CheckSnifferRule() error strings.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@531 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
224e9272 |
| 28-Jul-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
Added "position in original character stream" marker to Token class
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@490 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
#
dc685e9a |
| 28-Jul-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
Finished scanner: + Octals are now handled properly in both quoted and unquoted strings + Added support for \xXX style hex escapes in both quoted and unquoted strings + Finished up the tests, so I th
Finished scanner: + Octals are now handled properly in both quoted and unquoted strings + Added support for \xXX style hex escapes in both quoted and unquoted strings + Finished up the tests, so I think pretty much everything should be working NOTE: signed floating point numbers are no longer supported, as they have no usefulness to sniffer rules NOTE: extended format floating point numbers (i.e. 2.4e23) are no longer supported, as they have no usefulness to sniffer rules.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@489 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
5da54924 |
| 27-Jul-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
+ Moved internally used classes into header to allow for testing. + Added EmptyToken, Integer, and FloatingPoint TokenTypes. + Added IntToken and IntegerToken classes. + Updated scanner, which now ha
+ Moved internally used classes into header to allow for testing. + Added EmptyToken, Integer, and FloatingPoint TokenTypes. + Added IntToken and IntegerToken classes. + Updated scanner, which now handles numbers as well. I believe it's nearly complete, although I'm almost positive it doesn't handle octals correctly yet...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@477 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
674e18fb |
| 26-Jul-2002 |
Tyler Dauwalder <tylerdauwalder@nowhere.fake> |
Initial MIME sniffer rule parser checkin. The first draft of the scanner portion of the parser is done, but completely untested and unused. More to come...
git-svn-id: file:///srv/svn/repos/haiku/t
Initial MIME sniffer rule parser checkin. The first draft of the scanner portion of the parser is done, but completely untested and unused. More to come...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@452 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|