haiku/src/kits/shared
Adrien Destugues d9ef4f90bb Remove GPL-licensed implementation of MD5
APE reader was using a GPL licensed version of MD5. A similar
implementation in the public domain was available in libnetapi, which I
moved to libshared so the APE reader can use it (and made some fixes,
missing const mainly). It only needs a small wrapper to use it easily
from C++ in a way compatible with the previous implementation.

Part of #13814.
2020-05-17 19:06:59 +02:00
..
AboutMenuItem.cpp More catalog-related cleanup. 2012-04-16 21:31:22 +02:00
ArgumentVector.cpp Add private shared class ArgumentVector 2012-07-20 23:32:58 +02:00
AttributeUtilities.cpp IMAP: New folders will now adopt default mail attributes. 2016-01-14 21:00:38 +01:00
BitmapButton.cpp BitmapButton: move from WebPositive to libshared 2019-06-16 14:51:01 +00:00
CalendarView.cpp BCalendarView: change visuals for 'today' 2017-09-22 18:27:43 +02:00
ColorQuantizer.cpp * gcc4 build fix 2008-08-28 19:32:18 +00:00
CommandPipe.cpp BCommandPipe: Fix memory leak. 2015-08-04 10:59:05 -04:00
DragTrackingFilter.cpp kits: Some spelling cleanup of common mistyped words 2012-02-08 16:50:18 -06:00
DriverSettingsMessageAdapter.cpp DriverSettingsMessageAdapter: added "wildcard" support. 2015-07-22 20:42:22 +02:00
ExpressionParser.cpp DeskCalc: Estimate n! using 9 term Stirling's 2016-03-03 12:03:49 -08:00
Geolocation.cpp BGeolocation: build fix 2019-12-04 17:42:53 +01:00
HashString.cpp Removing unused code. 2012-02-11 18:39:57 +01:00
IconButton.cpp IconButton.cpp: fix memory leak. 2016-12-29 11:48:28 +01:00
IconView.cpp Firstbootprompt: remove flags from languages. 2020-05-02 00:53:01 +00:00
Jamfile Remove GPL-licensed implementation of MD5 2020-05-17 19:06:59 +02:00
Json.cpp HaikuDepot : additional debugging for json-rpc invocations 2018-03-25 05:44:19 +00:00
JsonEvent.cpp JSON Parser : code style corrections 2017-05-16 00:21:15 +12:00
JsonEventListener.cpp JSON Parser : code style corrections 2017-05-16 00:21:15 +12:00
JsonMessageWriter.cpp JSON Parser : code style corrections 2017-05-16 00:21:15 +12:00
JsonTextWriter.cpp kits/shared/JsonTextWriter: Correct misaligned while compare 2018-10-08 15:23:10 -05:00
JsonWriter.cpp JSON Parser : code style corrections 2017-05-16 00:21:15 +12:00
Keymap.cpp Keymap: remove iterator change inside for loop, no functional change 2020-03-23 01:30:23 +00:00
LongAndDragTrackingFilter.cpp Tracker: fix window focus behaviour 2020-02-17 17:29:13 +00:00
md5.c Remove GPL-licensed implementation of MD5 2020-05-17 19:06:59 +02:00
MessageBuilder.cpp libshared: fix x86_64 build 2014-08-24 21:34:20 +02:00
NaturalCompare.cpp NaturalCompare: implement using locale kit 2017-05-29 14:04:44 +02:00
PromptWindow.cpp Spacing adjustments as suggested by Axel. 2013-05-05 08:55:13 -04:00
QueryFile.cpp Compilation and 64-bit fixes to libbe.so sources. 2012-07-30 21:27:21 +01:00
RegExp.cpp RegExp: fix match count computation 2013-10-16 21:01:42 +02:00
RWLocker.cpp RWLocker: Move to kits/shared. 2015-12-15 21:15:06 -05:00
RWLockManager.cpp Added RWLockable and RWLockManager classes. The former is basically a 2009-03-24 23:13:56 +00:00
SettingsHandler.cpp PVS V739: EOF compared with a value of the char type. 2019-07-21 15:47:48 +00:00
ShakeTrackingFilter.cpp * Style fix 2009-08-22 16:46:25 +00:00
StringForRate.cpp libshared: Change string_for_rate to use KiB/s instead of Kbps. 2018-09-02 00:10:30 -04:00
StringForSize.cpp Extract parse_size function from ramdisk command. 2019-02-08 07:19:26 +00:00
StripeView.cpp DebugWindow: improve layout 2019-08-31 18:26:23 +02:00
TextTable.cpp Move TextTable from pkgman to libshared 2013-11-30 17:02:49 +01:00
Thread.cpp Move Thread classes from Tracker to shared 2013-10-08 20:25:15 -04:00
ToolBar.cpp BToolBar: Convert to using Set*UIColor. 2016-01-04 07:27:25 -05:00
Variant.cpp Add (void*) casts to memcpy/memset invocations to appease GCC 8. 2019-05-24 14:21:37 -04:00