Commit Graph

833 Commits

Author SHA1 Message Date
momo5502
64682a8ef6 Revert changes 2016-09-03 13:42:14 +02:00
/dev/sdb
70ea83b851 Try to implement g_log network transfer.
Logging to file is still working.
Logging over network does send something but nothing useful. (????????)
No Crashs.
2016-09-02 22:28:51 +02:00
/dev/sdb
b94a311ec4 Changed name of the last test functions i had. 2016-09-01 21:54:46 +02:00
/dev/sdb
5ccb4f1f3c Added Console logging over network as mentionted in Issue
The PrintMessageStub must be changed a bit to add the channel info and timestamp.
2016-09-01 21:52:00 +02:00
momo5502
6f89e0f052 2016-08-31 18:12:31 +02:00
momo5502
63acb4374d Stuff concerning issue 2016-08-31 18:04:28 +02:00
momo5502
243ddc400d Experimental moddownload 2016-08-31 17:54:23 +02:00
/dev/sdb
c5bb8547e0 Obfuscated the bitmessage stuff for release builds. 2016-08-31 15:29:59 +02:00
momo5502
6f776a6be7 2016-08-31 12:26:47 +02:00
momo5502
8d2d825be6 Fix code analysis warnings 2016-08-31 02:00:01 +02:00
momo5502
2d32d44da2 Better async updating and new updater url 2016-08-31 01:10:26 +02:00
momo5502
73bacbaa96 Use the revision for version comparison 2016-08-31 00:24:44 +02:00
momo5502
fb5c47ee11 Implement updating routine 2016-08-31 00:23:17 +02:00
/dev/urandom
8aae51db64
Switch to semantic versioning via Git with fallback to old version string format. 2016-08-31 00:03:25 +02:00
/dev/urandom
3271a6d510
Actually fix the console scrolling issue. We just let pdcurses do it for us, PROPERLY! 2016-08-30 21:48:19 +02:00
/dev/root
125e9c4795 Issue
fixed comment
2016-08-30 19:36:57 +02:00
/dev/root
f887f03231 fixed Issue
pushed console output 4 up
2016-08-30 19:27:14 +02:00
momo5502
a21c928364 Temporarily 2016-08-30 18:31:57 +02:00
momo5502
04a640d81d Ignore dirty module 2016-08-30 17:53:15 +02:00
momo5502
b0ffeeb334 Obfuscate default nodes 2016-08-30 17:51:30 +02:00
momo5502
0c978d9980 Clean minidump code 2016-08-30 12:23:53 +02:00
/dev/sdb
458ae5f2aa 2016-08-30 09:13:56 +02:00
/dev/urandom
3f04d9d2d4
Fix build with DISABLE_BASE128 set. 2016-08-29 10:18:58 +02:00
/dev/urandom
9b87ca8ff7
Add and fix minidump upload logging strings. 2016-08-29 10:18:27 +02:00
/dev/urandom
3b9134422d
Fix Base128 utility function. 2016-08-29 10:11:03 +02:00
/dev/urandom
4d2d974ede
Fix waiting for public key when uploading minidumps. 2016-08-29 10:10:37 +02:00
/dev/urandom
c4d1eb8940
Properly deinitialize BitMessage client to save objects and keys. 2016-08-29 09:03:10 +02:00
/dev/urandom
f0b4525901
Properly wait for public key of minidump upload address. 2016-08-29 08:58:04 +02:00
/dev/urandom
e4a1390f2e
Fix crash due to invalid formatted logging message in MinidumpUpload. 2016-08-29 08:01:04 +02:00
/dev/urandom
1dca734e05
Close minidump immediately after generating it. 2016-08-29 08:00:46 +02:00
/dev/urandom
902e23c974
Add some more detailed logging for minidump upload. 2016-08-29 07:51:42 +02:00
/dev/urandom
7c8a4c37ec
Fix Base128 encoding. 2016-08-29 07:47:51 +02:00
/dev/urandom
9fdf7b9b38
Premake: Add "--disable-node-log" to disable logging of Nodes activity. 2016-08-29 07:37:13 +02:00
/dev/urandom
41292eee95
Premake: Add "--disable-base128" to disable Base-128 encoding for minidump uploads. 2016-08-29 07:36:55 +02:00
/dev/urandom
07aaf58f97
Just to make sure, properly initialize handle values in Minidump class. 2016-08-29 07:35:33 +02:00
/dev/urandom
050f867288
Merge remote-tracking branch 'origin/develop' into minidump 2016-08-29 06:40:09 +02:00
/dev/urandom
531fdf0e34
Fix crash if a valid minidump is residing in minidumps folder. 2016-08-28 22:47:22 +02:00
/dev/urandom
f9e2eeca7b
Base128 encoding of minidumps before uploading. 2016-08-28 22:46:23 +02:00
/dev/urandom
01a90e42e4
Remove unnecessary exclusion of source files related to Tor. 2016-08-28 21:38:29 +02:00
/dev/urandom
2772701412
Merge remote-tracking branch 'origin/develop' into minidump
# Conflicts:
#	src/Components/Modules/Exception.cpp
#	src/Components/Modules/Exception.hpp
2016-08-28 21:30:12 +02:00
/dev/urandom
386be5372a
Merge commit into minidump
# Conflicts:
#	src/Components/Modules/Exception.cpp
#	src/Components/Modules/Exception.hpp
#	src/Utils/WebIO.cpp
#	src/Utils/WebIO.hpp
2016-08-28 21:21:41 +02:00
momo5502
e8598f3cdb 2016-08-28 21:21:25 +02:00
/dev/urandom
2489a40610
Merge commit into minidump 2016-08-28 21:19:19 +02:00
momo5502
cf59101497 Exception shit 2016-08-28 20:52:47 +02:00
/dev/urandom
ebba2819d6
Commit local workspace.
- Split minidump (upload) and exception handling code
- Smaller minidumps for faster uploads
- Several new build flags (accessible from premake5 with --params)
- BitMessage abstractions
- Some other things I can't remember.
2016-08-28 19:39:39 +02:00
/dev/urandom
1d5927f093
debug_minidump now uses code from VC++ 8.0 CRT to generate fake exception info. 2016-08-28 19:38:38 +02:00
/dev/urandom
624173f7cf
Update load/save code, set TTL to 1 hour and remove node storage. 2016-08-28 19:38:38 +02:00
/dev/urandom
d3d8884f93
Generate a more complete context in debug_minidump. 2016-08-28 19:38:38 +02:00
/dev/urandom
fddfc56ae1
Update BitMRC fork. 2016-08-28 19:38:38 +02:00
/dev/root
a82aab26fa updated BITMESSAGE_SIZE_LIMIT
added EncodeBase64/DecodeBase64 to Utils::String
2016-08-27 23:46:24 +02:00