.. |
argstream.h
|
Added Hack to fix OSX Finder launch.
|
2013-08-28 02:11:52 +00:00 |
contentvalue.cc
|
Electron patch
|
2013-10-11 17:29:38 +00:00 |
contentvalue.h
|
Electron patch
|
2013-10-11 17:29:38 +00:00 |
dnsresolver.cc
|
Code maintenance for Qt 5:
|
2013-10-21 11:00:49 +00:00 |
dnsresolver.h
|
made the DNS calls in a separate thread, using new DNSResolver class. Added test program for that class as well. Moved extaddrfinder to util/
|
2011-01-24 22:05:10 +00:00 |
exampletst.c
|
Addition of new makefile scripts.
|
2007-11-16 04:45:00 +00:00 |
extaddrfinder.cc
|
Code maintenance for Qt 5:
|
2013-10-21 11:00:49 +00:00 |
extaddrfinder.h
|
made the DNS calls in a separate thread, using new DNSResolver class. Added test program for that class as well. Moved extaddrfinder to util/
|
2011-01-24 22:05:10 +00:00 |
folderiterator.cc
|
Fixed utf8 issue in history manager.
|
2011-10-01 13:12:28 +00:00 |
folderiterator.h
|
Fixed compile of libretroshare on Windows. The corrected pro files are not included.
|
2012-10-09 23:07:51 +00:00 |
Makefile
|
Bugfix for gpg connections.
|
2009-07-07 21:53:06 +00:00 |
pugiconfig.h
|
checked in first bits of code for cache service data optimisation,
|
2011-03-04 22:16:25 +00:00 |
radix64.h
|
Fixed default data rates to sensible options: 200 kB/s down, 50 kB/s up.
|
2012-01-27 13:03:59 +00:00 |
retrodb.cc
|
Fixed database keying bug, left db closed causing meta modification fail.
|
2013-06-20 19:50:25 +00:00 |
retrodb.h
|
merging gxs_phase2 branch
|
2013-06-04 21:00:43 +00:00 |
rsaes.cc
|
added missign cleanup call, causing a small memory leak
|
2014-01-06 22:45:30 +00:00 |
rsaes.h
|
added crypto functions and msg sending/receiving for private distant chat
|
2013-04-08 21:25:32 +00:00 |
rsdbbind.cc
|
Fixed sql injection bug using sqlite prepared statements.
|
2013-04-20 13:39:02 +00:00 |
rsdbbind.h
|
Fixed sql injection bug using sqlite prepared statements.
|
2013-04-20 13:39:02 +00:00 |
rsdebug.cc
|
Code maintenance for Qt 5:
|
2013-10-21 11:00:49 +00:00 |
rsdebug.h
|
Removed some std::ostringstream.
|
2012-04-14 00:30:23 +00:00 |
rsdir.cc
|
Updated the notification system. Main changes are:
|
2014-01-07 22:51:22 +00:00 |
rsdir.h
|
added generic function to return the correct string for scanf for unsigned ints depending on the size of the actual variable that is scanned. Shoudl fix the rehash bug and bugs corrupting timestamps on 32bits systems
|
2014-01-04 20:05:08 +00:00 |
rsdiscspace.cc
|
Updated the notification system. Main changes are:
|
2014-01-07 22:51:22 +00:00 |
rsdiscspace.h
|
- Fixed crash because of a memory overwrite
|
2013-07-26 23:12:09 +00:00 |
rsid.h
|
moved PGP id types into rsid.h, and renamed them with a more appropriate name
|
2014-01-03 22:42:17 +00:00 |
rsmemcache.h
|
Added #defines to disable much debugging statements.
|
2013-02-27 21:16:03 +00:00 |
rsnet.cc
|
Removed some std::ostringstream.
|
2012-04-15 14:37:44 +00:00 |
rsnet.h
|
Fixed compile of libretroshare on Windows. The corrected pro files are not included.
|
2012-10-09 23:07:51 +00:00 |
rsprint.cc
|
Removed some std::ostringstream.
|
2012-04-15 14:37:44 +00:00 |
rsprint.h
|
Removed some std::ostringstream.
|
2012-04-15 14:37:44 +00:00 |
rsrandom.cc
|
Code maintenance for Qt 5:
|
2013-10-21 11:00:49 +00:00 |
rsrandom.h
|
removed MT19937 which is not used anymore. Changed N from 624 to 1024 to reduce cost
|
2013-07-11 20:59:18 +00:00 |
rsscopetimer.h
|
more accurate version of scope timer
|
2013-10-20 13:29:24 +00:00 |
rsstring.cc
|
Code maintenance for Qt 5:
|
2013-10-21 11:00:49 +00:00 |
rsstring.h
|
FeedReader:
|
2013-01-22 00:11:43 +00:00 |
rsthreads.cc
|
Code maintenance for Qt 5:
|
2013-10-21 21:42:15 +00:00 |
rsthreads.h
|
Fixed compile of libretroshare on Windows. The corrected pro files are not included.
|
2012-10-09 23:07:51 +00:00 |
rstickevent.cc
|
More disabled debugging.
|
2013-02-27 21:18:36 +00:00 |
rstickevent.h
|
* Added the basics of GxsCircles service to libretroshare.
|
2012-11-29 22:48:28 +00:00 |
rsversion.cc
|
updated version numbers
|
2014-01-17 17:53:12 +00:00 |
rsversion.h
|
fixed up versioning stuffup.
|
2013-11-05 23:14:30 +00:00 |
rsversion.in
|
Fixed version files (*.in)
|
2013-11-05 23:53:39 +00:00 |
rswin.cc
|
Fixed utf8 issue in history manager.
|
2011-10-01 13:12:28 +00:00 |
rswin.h
|
Fixed compile of the libraries with MinGW 4.8 on Windows.
|
2013-10-07 23:11:10 +00:00 |
smallobject.cc
|
Added a name to the RsMutex class.
|
2011-07-04 22:59:39 +00:00 |
smallobject.h
|
made FileEntry derive from SmallObject class, to improve memory cache efficiency (50% time gained)
|
2011-04-03 20:10:26 +00:00 |
utest.h
|
Addition of new makefile scripts.
|
2007-11-16 04:45:00 +00:00 |