csoler
|
1e8e489cd1
|
Merge branch 'v0.6-TorControl' of github.com:csoler/RetroShare into v0.6-TorControl
|
2021-12-30 19:51:53 +01:00 |
|
csoler
|
fb1e0bc81c
|
using random port to link Tor to local node and check that the port is available
|
2021-12-30 19:51:20 +01:00 |
|
csoler
|
35e20222e4
|
Merge pull request #33 from thunder2/pr/2437-shutdown
Pr/2437 shutdown
|
2021-12-29 23:11:12 +01:00 |
|
csoler
|
9c499ec069
|
Merge pull request #32 from thunder2/pr/2437
Pr/2437
|
2021-12-29 23:08:29 +01:00 |
|
thunder2
|
460dbdcdc8
|
Added shutdown of tor management threads
|
2021-12-29 17:56:55 +01:00 |
|
thunder2
|
72eb21bbca
|
Use shutdownSync instead of shutdown in TorManager::run to stop tor
|
2021-12-29 17:56:54 +01:00 |
|
thunder2
|
72e52b998c
|
Added check of shouldStop in RsThreadedTcpSocket::run
|
2021-12-29 16:41:46 +01:00 |
|
thunder2
|
02afc9062f
|
Added delete of TorManagerPrivate in destructor of TorManager
|
2021-12-29 16:39:37 +01:00 |
|
thunder2
|
97f7e0f936
|
Added delete of TorControl in destructor of TorManagerPrivate
|
2021-12-29 16:14:48 +01:00 |
|
thunder2
|
8d3046d157
|
Removed global variable "Tor::TorControl *torControl"
|
2021-12-29 16:08:20 +01:00 |
|
thunder2
|
1fafaeb909
|
Added delete of member TorControlSocket in destructor of TorControl
|
2021-12-29 16:00:02 +01:00 |
|
thunder2
|
e096f2feb1
|
Added unregisterEventsHandler to destructor of TorControlDialog
|
2021-12-29 15:32:28 +01:00 |
|
csoler
|
efe2ec03ff
|
fixed a few bugs that may cause the bootstrap process to hang
|
2021-12-28 18:29:33 +01:00 |
|
csoler
|
a37802ca96
|
Merge pull request #31 from thunder2/pr/2437
Pr/2437
|
2021-12-28 09:48:18 +01:00 |
|
thunder2
|
17bce57185
|
Added compare of Windows like directory separator to rsdir.cc
|
2021-12-28 01:28:07 +01:00 |
|
thunder2
|
ffc42db3aa
|
Added flag for CreateProcess to hide the terminal window of Tor on Windows
|
2021-12-27 16:38:29 +01:00 |
|
csoler
|
f14573bf4e
|
Merge pull request #30 from thunder2/pr-2437-fixes
Pr 2437 fixes
|
2021-12-23 11:49:28 +01:00 |
|
thunder2
|
5dfbdc0869
|
Fixed start and stop of tor process on Windows
|
2021-12-22 22:29:20 +01:00 |
|
thunder2
|
753250b4e8
|
Added os specific RsFileUtil::rs_getline
|
2021-12-22 22:29:19 +01:00 |
|
thunder2
|
38b4c50635
|
Changed RsFdBinInterface to use recv/send for sockets and read/write for file descriptors on Windows
|
2021-12-22 22:29:19 +01:00 |
|
thunder2
|
057e872eca
|
Added missing initializations of members in constructor of TorControl
|
2021-12-22 22:29:18 +01:00 |
|
thunder2
|
085e102ce1
|
Added RsFileUtil for os specific file functions
Added RsFileUtil::set_fd_nonblock to set a file descriptor to non blocking
|
2021-12-22 22:29:17 +01:00 |
|
thunder2
|
5b8ac7e49b
|
Added missing fclose to TorProcess::tryReadControlPort
|
2021-12-22 22:29:17 +01:00 |
|
thunder2
|
15d56f01ac
|
Added missing include to string in PendingOperation.h
|
2021-12-22 22:29:16 +01:00 |
|
thunder2
|
8d020e7395
|
Changed ifdef Q_OS_WIN to WINDOWS_SYS
|
2021-12-22 22:29:15 +01:00 |
|
thunder2
|
59d11b71ce
|
Changed uint to ByteArray::size_type in StrUtil.cpp
|
2021-12-22 22:29:14 +01:00 |
|
csoler
|
49d8a851c5
|
moved faulty line causing early deletion of this at the end of the function
|
2021-12-22 22:26:47 +01:00 |
|
csoler
|
8af6ca9fb7
|
fixed a few errors reported by valgrind
|
2021-12-22 14:03:29 +01:00 |
|
csoler
|
f6892066bc
|
fixed compilation on win$
|
2021-12-20 16:10:52 +01:00 |
|
csoler
|
4a76fddaa9
|
fixed conflicts with upstream/master
|
2021-12-19 21:10:15 +01:00 |
|
csoler
|
5fe39248f8
|
fixed compilation on windows
|
2021-12-19 20:22:04 +01:00 |
|
csoler
|
9684b2ed94
|
code cleaning
|
2021-12-19 18:40:44 +01:00 |
|
csoler
|
37d4e4f3df
|
attempt to fix compilation on windows
|
2021-12-19 17:44:23 +01:00 |
|
csoler
|
6048a9a011
|
attempt to fix compilation on windows
|
2021-12-19 16:52:43 +01:00 |
|
csoler
|
40b965cab1
|
improved display of tor process completion
|
2021-12-18 21:30:58 +01:00 |
|
csoler
|
b700c451d4
|
Merge pull request #2496 from PhenomRetroShare/Fix_AskForPasswordNotInGUIThread
Fix NotifyQt::askForPassword QInputDialog is not created in GUI Thread.
|
2021-12-18 20:46:19 +01:00 |
|
Phenom
|
e137c17039
|
Fix NotifyQt::askForPassword QInputDialog is not created in GUI Thread.
|
2021-12-18 18:22:30 +01:00 |
|
csoler
|
7e6156566a
|
fixed display of tor bootstrap status
|
2021-12-18 18:14:49 +01:00 |
|
csoler
|
f352235ccd
|
fixed a few bugs
|
2021-12-18 16:45:53 +01:00 |
|
G10h4ck
|
bc76b10792
|
Merge pull request #2527 from G10h4ck/cmake_build
Integrate python3 JSON API generator into libretroshare
|
2021-12-18 15:31:17 +01:00 |
|
G10h4ck
|
b971148931
|
Merge pull request #2450 from csoler/v0.6-PGPHandler
V0.6 pgp handler
|
2021-12-18 15:30:14 +01:00 |
|
csoler
|
bdbcadc43c
|
fixed Tor icon to stay red
|
2021-12-17 22:26:32 +01:00 |
|
csoler
|
3121a61910
|
more bug fixing
|
2021-12-17 22:17:26 +01:00 |
|
csoler
|
af4c948024
|
fixed some bugs in TorControl
|
2021-12-17 16:54:44 +01:00 |
|
csoler
|
d3a36f216f
|
Merge pull request #2521 from defnax/classicstyle
added classic stylesheet
|
2021-12-16 23:22:47 +01:00 |
|
csoler
|
d9368507a9
|
fixed a few bugs in torcontrol socket methods
|
2021-12-15 22:15:52 +01:00 |
|
csoler
|
a86cca3d0f
|
Merge pull request #2520 from PhenomRetroShare/Fix_PostedCreatePostDialog
Fix PostedCreatePostDialog when reject show double message.
|
2021-12-13 21:35:27 +01:00 |
|
csoler
|
999f25b6ad
|
Merge pull request #2526 from defnax/pushbuttonfix2
Added spacing for the QPushButton
|
2021-12-13 21:23:57 +01:00 |
|
csoler
|
808f4e120c
|
Merge pull request #2524 from defnax/boardsfixesv2
Fixed fonts size for boards title
|
2021-12-13 21:23:32 +01:00 |
|
csoler
|
56e17f077e
|
fixed merge with upstream/master
|
2021-12-13 21:01:06 +01:00 |
|