csoler
01f4244f24
fixed soem other potential SIGSEGVs
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4065 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-27 19:54:13 +00:00
csoler
7c5f54d536
fixed potential SIGSEGV because of not checking returned pointer
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4064 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-27 18:07:50 +00:00
defnax
fbcfa78ad9
update changelog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4063 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-27 17:17:01 +00:00
drbob
9d6926a7d9
Start of OSX compilation instructions.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4062 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-27 04:36:03 +00:00
csoler
1489d85ce9
forgot to commit fopen64 fix to this file
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4059 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-25 08:02:12 +00:00
defnax
5307569aaf
update nsis installer scripts
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4058 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-24 23:16:20 +00:00
csoler
e39a04ee7f
last fix to missing ftello64 calls (hopefully)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4057 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-24 22:44:41 +00:00
csoler
ea84a81886
fixed bug with big files. To be tested.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4056 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-24 22:22:59 +00:00
csoler
f6dc46da73
fixed bug with big files. To be tested.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4055 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-24 22:19:04 +00:00
csoler
161066a5d9
corrected bug in FR translation (2)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4054 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-24 20:15:04 +00:00
csoler
16d8527dc9
corrected bug in FR translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4053 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-24 19:51:37 +00:00
defnax
d3f405412e
update French translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4052 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-24 08:33:07 +00:00
csoler
ebfe8b9828
disabled error msg from pqistreamer, as it is not an error in 99% of the cases it happens
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4051 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-23 19:32:51 +00:00
csoler
56893ab827
updated build script for ppa compatibility
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4050 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-23 10:49:53 +00:00
csoler
d3deeecd88
updated source package scripts
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4049 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-22 20:58:05 +00:00
csoler
64b8f90120
added a check to make the code robust to structural errors in bd messages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4048 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-22 19:38:53 +00:00
thunder2
3be6ddb8df
Fixed compile of the minimal version after a clean.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4047 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-22 14:51:03 +00:00
csoler
827dbd8cf3
added a memory management class for small objects.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4046 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-20 21:36:21 +00:00
thunder2
db19db7e60
Optimized some small things in TransferDialog and SearchDialog.
...
Changed the parameter of the constructor of ftFileCreator and ftFileProvider and some methods of ftTransferModule from "std::string" to "const std::string&"
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4045 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-20 00:59:47 +00:00
thunder2
61b57ede65
Reactivate minimal version
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4044 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-18 23:26:08 +00:00
defnax
24b2b8ce29
added settings to search for store the splitter position
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4043 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-17 16:30:59 +00:00
defnax
5a36473a4d
update languages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4042 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-17 11:48:08 +00:00
thunder2
be6f89d87f
Fixed german language.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4041 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-16 22:40:54 +00:00
csoler
b7b8831f71
fixed bug for hash size display
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4040 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-16 22:33:44 +00:00
defnax
daad701f52
Added Search Filter for Search Results
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4039 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-16 20:07:06 +00:00
csoler
9de341953d
removed duplicate hashing function. Now the hash buffer is always 512 bytes.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4038 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-14 19:59:06 +00:00
defnax
acf536317f
update installer script
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4036 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-12 11:43:52 +00:00
thunder2
0c22066d3d
Switched off optimization for Windows build.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4035 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-12 00:47:10 +00:00
thunder2
1885b79b67
Show missing forum messages in dark red and disabled the read state for it.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4034 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-12 00:04:32 +00:00
thunder2
4b8766aec3
Fixed compile on Windows and removed some compiler warnings.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4033 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-11 21:23:44 +00:00
drbob
074f382eab
Final tweaks to dummy msgs:
...
* Added MISSING_MSG flag for GUI support.
* tweaked message.
* disabled debugging messages.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4032 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-11 14:08:04 +00:00
chrisparker126
9d2809e4ce
disabled auto thumbnail checkbox, can be enabled if framecatcher option is switched on in .pro file.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4031 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-11 00:06:00 +00:00
csoler
f2f2f37c5d
added some tooltips. Removed warning for creating new profile, as it would let the user think that the current profile will be deleted
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4030 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-10 22:11:53 +00:00
csoler
4ff7e52f91
added missign return
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4029 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-10 11:13:33 +00:00
csoler
ecfb927747
updated include of retroshare-nogui in ubuntu packages
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4028 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-09 22:04:59 +00:00
csoler
62c7f815fc
improved cost of search usign temporization. Removed some debugging outputs from RetroShareLink
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4027 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-09 21:44:49 +00:00
csoler
081cfee461
made init port random, depending on the SSL id
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4026 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-09 20:21:28 +00:00
defnax
e5385c533e
renamed Friends storm back to News Feed
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4025 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-09 17:36:46 +00:00
csoler
bf7810aab2
extended peer filtering to unvalidated peers
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4024 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-08 22:42:49 +00:00
chrisparker126
bbcbc9282e
added key restore to forums and fixed restore bug
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4023 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-08 22:34:54 +00:00
thunder2
17a57e0509
Reworked clear and delete of public and private chat history.
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4022 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-08 21:59:17 +00:00
csoler
c448e82987
suppressed --probably-- harmless data race
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4021 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-08 19:37:01 +00:00
drbob
bad3e81077
* Changes to fix the "Parent Bug" in Forums.
...
- added Search Functions (for DummyMsgs) to p3distrib
- added timestamps to RsDistribDummyMsg.
- interfaced in p3forums
Not sure about its interaction with "Read Msgs".
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4020 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-08 18:18:16 +00:00
drbob
ce298e62cf
Added AutoLogin clear for OSX
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4019 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-08 12:29:11 +00:00
thunder2
9d76a44890
Fixed context menu "Cancel" and "Copy RetroShare Links" in TransfersDialog when a peer is selected.
...
Fixed DetailsDialog when a peer is selected.
Sort peers by name ascending in the download list.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4018 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-08 00:41:13 +00:00
chrisparker126
dbe0890974
restored channel key restore
...
created new action for delete channel history
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4017 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-06 20:41:15 +00:00
csoler
c0201b8dd2
corrected bug of not sending info to own location (tracker 3104190)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4016 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-05 20:44:41 +00:00
chrisparker126
198d61891e
clear chat history bug fix (2992786)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4015 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-05 18:38:01 +00:00
chrisparker126
9b0a0b6c28
clear chat history bug fix (2992786)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4014 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-05 18:37:29 +00:00
chrisparker126
f55391f7e4
clear chat history bug fix (tracker 2992786)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4013 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-02-05 18:37:12 +00:00