mr-alice
|
3ad0a81d8f
|
added encryption routine for FT
|
2016-10-19 21:30:37 +02:00 |
|
Gio
|
633a6cf8c2
|
Fixed a bunch of warnings in safe ways
|
2016-10-13 00:01:33 +02:00 |
|
mr-alice
|
9ce4b13e50
|
merged upstream/master
|
2016-09-23 19:03:54 +02:00 |
|
csoler
|
e6e95829bc
|
fixed bug in estimation of next FT rate that caused downloads to stuck for a while
|
2016-09-22 13:44:53 +02:00 |
|
mr-alice
|
de104d3e34
|
fixed up GUI parameters in Directories. Removed HashCache duration handles since this is now automatic
|
2016-09-18 18:34:39 +02:00 |
|
MrAlice
|
ca30b0da44
|
fixed terrible cost of calling requestDirDetails before createIndex
|
2016-09-15 10:41:40 +02:00 |
|
mr-alice
|
93818f6088
|
simplified a bit the code in Flat_Model, and tried to fix the crash when sorting items
|
2016-09-13 21:23:27 +02:00 |
|
mr-alice
|
53c65fff9f
|
removed cache transfers from the GUI
|
2016-09-13 18:54:00 +02:00 |
|
mr-alice
|
a2e34f9cc6
|
moved regular expression classes into a separate namespace
|
2016-09-13 12:05:22 +02:00 |
|
mr-alice
|
c1e538ff13
|
added interactive update of dir entries when browsing files from an online friend
|
2016-09-11 17:52:12 +02:00 |
|
mr-alice
|
ade6017f74
|
merged with upstream/master
|
2016-09-01 19:52:31 +02:00 |
|
mr-alice
|
ac242ce58b
|
fixed display of own files
|
2016-08-16 23:44:48 +02:00 |
|
mr-alice
|
2668b6da1c
|
added p3fileDatabase as a service in rsinit
|
2016-08-13 10:15:02 +02:00 |
|
mr-alice
|
538a11fd14
|
fixed compilation. Added missing functions, left blank
|
2016-07-31 15:59:58 +02:00 |
|
mr-alice
|
5b9fd74d85
|
removed most of CacheStrapper stuff from ftServer, replaced fimonitor by p3FileDatabase
|
2016-07-30 21:52:42 +02:00 |
|
csoler
|
01c0d2f0f1
|
finished conversion to RsNodeGroupId for file transfer and GUI
|
2016-07-05 23:49:43 -04:00 |
|
sehraf
|
cfc0e7071a
|
libretroshare: remove unused variables
|
2016-06-02 14:54:07 +02:00 |
|
sehraf
|
f16ee97093
|
add static thread names
|
2016-06-01 16:21:55 +02:00 |
|
sehraf
|
b3fece25da
|
introduce thread naming
|
2016-06-01 15:07:41 +02:00 |
|
csoler
|
d55993d1e4
|
removed two instances of malloc(0) captured by new rs_malloc funtion
|
2016-01-12 21:43:04 -05:00 |
|
csoler
|
d13526facd
|
added a new method rs_malloc that checks its arguments and prints a stacktrace on error/weird call. Changed the code everywhere to use this instead of malloc. Removed some mallocs and replaced with RsTemporaryMemory
|
2016-01-12 21:10:11 -05:00 |
|
csoler
|
9c6e7dfc13
|
added checks after mallocs in several files
|
2016-01-11 23:49:00 -05:00 |
|
csoler
|
8a41554754
|
fixed some leaking memory issues in loadList() methods, and also increased consistency by not returning non empty list with deleted items inside
|
2015-12-30 18:20:09 -05:00 |
|
csoler
|
22d4893721
|
removed a few compilation warning that might cause compilation errors on some systems
|
2015-09-24 18:03:19 -04:00 |
|
thunder2
|
865a45f294
|
Fixed possible crash in ftServer::receiveTurtleData by checking return value of dynamic_cast.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8595 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 01:16:16 +00:00 |
|
thunder2
|
3abec3363d
|
Fixed possible crash in ftServer::handleIncoming by checking return value of dynamic_cast.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8594 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-12 01:08:33 +00:00 |
|
csoler
|
249c827f95
|
improved debug info in a few places
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8584 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-07-09 20:55:11 +00:00 |
|
electron128
|
cc0f1be95d
|
added check for return value of fseek in ftFileProvider
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8510 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-17 09:36:20 +00:00 |
|
thunder2
|
0ee754939e
|
Removed some unused parameter warnings.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8481 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-15 22:41:18 +00:00 |
|
thunder2
|
e30e0e1f8b
|
Fixed unitialized member on ftFileControl.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8471 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-15 18:35:09 +00:00 |
|
thunder2
|
fa4ce9a913
|
Removed unused members mStart and mEnd from ftFileCreator.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8470 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-15 18:30:02 +00:00 |
|
csoler
|
74d689184a
|
removed 2 unused members from FileDetails in ftextralist
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8443 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-06-14 15:27:03 +00:00 |
|
csoler
|
e9b9dce9f5
|
created 2 subclasses of RsThread, one for ticking services, and one for single shot jobs. Now all threads use the same base code.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8288 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-05-22 20:54:38 +00:00 |
|
csoler
|
c9d5c7b3cb
|
turned some std::list<PeerId> into std::set, as it automatically prevents duplicates
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8138 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-04-17 21:36:22 +00:00 |
|
csoler
|
a1b36cd530
|
added method in ftServer to allow retrieving data from shared/downloaded files (patch from electron, modified)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7999 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-03-08 13:46:07 +00:00 |
|
csoler
|
d2c4c3bb09
|
added new flag to allow peers auto-download recommended files from trusted neighbor nodes, which give the possibility to push data to other nodes
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7955 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-02-18 19:07:58 +00:00 |
|
csoler
|
817aa793fc
|
added non aggressive mode option to turtle router to make distant chat happy
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7856 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2015-01-22 20:25:39 +00:00 |
|
csoler
|
13d7866171
|
simplification of the chat interface to libretroshare using a single unified class for chat IDs. Used a common chat widget for all chats including broadcast. Opens the way to having plugins send/recv chat messages. Patch from Electron.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7800 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-12-29 21:41:05 +00:00 |
|
csoler
|
21fe2413cd
|
two improvements of turtle router logic: increase of TR cache storage time to avoid too many void tunnels due to bouncing TR beyond storage period of 120 secs; prevent openning upload tunnels for files currently being downloaded before any chunk was obtained. Suggested by Jo.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7719 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-11-29 17:26:06 +00:00 |
|
thunder2
|
67215c7ffe
|
Removed unnecessary method p3Notify::AddFeedItem.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7674 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-11-11 20:28:45 +00:00 |
|
csoler
|
d8b3a16a50
|
removed debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7648 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-30 19:54:21 +00:00 |
|
csoler
|
d547cb6fdb
|
changed post fixed operator++ into prefixed. More efficient on some systems. Patch from Phenom.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7630 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-24 22:07:26 +00:00 |
|
csoler
|
880efee332
|
removed ifdef for the different sleep methods. Now only usleep is used, on all systems. Patch from Phenom
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7629 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-24 21:31:58 +00:00 |
|
csoler
|
b593a918a0
|
optim: changed postfixed ++ into prefix++ for non trivial operators, replaced test on std::list::size() by std::list::empty() (Patch from Phenom, modified)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7627 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-10-21 22:33:02 +00:00 |
|
csoler
|
e18c934e21
|
ported commit 7487 from branch 0.5.5. Seems to fix loss of config files on windows.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7548 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-09-20 19:54:04 +00:00 |
|
csoler
|
6bfe653330
|
small glitch fixed in std::cerr call (Patch from Vaio)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7512 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-09-09 17:15:05 +00:00 |
|
csoler
|
0ab21fa033
|
removed unused ftfilemapper class
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7511 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-09-09 17:13:48 +00:00 |
|
csoler
|
86126dea25
|
fixed small memory leak when chunk data is not found (thx to electron)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7507 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-09-08 19:37:01 +00:00 |
|
drbob
|
0e6302ac6a
|
Removed configuration type (uint32) as its not needed or really used.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7212 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-03-29 05:20:57 +00:00 |
|
drbob
|
190988c3cc
|
Switched most of the services to use p3ServiceControl instead of p3LinkMgr.
- Added a couple of utility fns to p3ServiceControl too.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7211 b45a01b8-16f6-495d-af2f-9b41ad6348cc
|
2014-03-29 03:57:44 +00:00 |
|