Jan Steemann
|
3e82064770
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-02-25 14:59:08 +01:00 |
Jan Steemann
|
5ee8493c39
|
cleanup
|
2016-02-24 19:51:12 +01:00 |
Frank Celler
|
4b2b85f1b5
|
more cleanup
|
2016-02-24 19:19:04 +01:00 |
Frank Celler
|
6fa4e319bb
|
simplified init
|
2016-02-23 15:26:22 +01:00 |
Jan Steemann
|
70d44f06fa
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-02-23 13:22:46 +01:00 |
Frank Celler
|
ef71f52a24
|
simplified init
|
2016-02-23 12:26:10 +01:00 |
Jan Steemann
|
9898103bc1
|
initial vpack documents
|
2016-02-11 21:56:10 +01:00 |
jsteemann
|
2d7323a560
|
fixed warnings shown by clang-3.7
|
2016-01-31 02:17:36 +01:00 |
jsteemann
|
9482ee1cca
|
use Logger
|
2016-01-30 00:08:35 +01:00 |
Jan Steemann
|
9046e1831b
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
jsteemann
|
842384016d
|
namespace cleanup
|
2016-01-21 00:20:22 +01:00 |
jsteemann
|
431900f17a
|
changed namespace from triagens to arangodb
|
2016-01-17 00:44:53 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
a3b026d9d1
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
jsteemann
|
adebf6e7c9
|
removed some iostream includes
|
2015-10-12 21:40:46 +02:00 |
Frank Celler
|
fcda8c59ff
|
fixed statistics
|
2015-10-09 13:51:33 +02:00 |
CoDEmanX
|
956b396e43
|
Change spelling of 'initialize' to American English (actual code and files)
|
2015-09-01 17:29:22 +02:00 |
CoDEmanX
|
b4593a7e82
|
Change spelling of 'initialize' to American English (comments and log messages only)
|
2015-09-01 17:07:21 +02:00 |
Jan Steemann
|
2b6de5143b
|
removed unused include
|
2015-08-27 11:17:07 +02:00 |
Jan Steemann
|
9f0384284f
|
moved files
|
2015-08-19 11:19:37 +02:00 |
Jan Steemann
|
87241aa732
|
log logfiles location on startup
|
2015-08-06 12:47:24 +02:00 |
Willi Goesgens
|
bd7aa7c305
|
Remove the global include to iostream; this reduces the compile time by 10%
( http://herbsutter.com/2013/08/19/gotw-7a-solution-minimizing-compile-time-dependencies-part-1/ for inspiration)
|
2015-07-07 12:11:21 +02:00 |
Jan Steemann
|
a9f2769ffa
|
now compiles and links
|
2015-05-23 04:31:13 +02:00 |
Jan Steemann
|
3ac535bb69
|
fixed startup
|
2015-03-27 18:33:05 +01:00 |
Jan Steemann
|
960b464c57
|
issue #1054: add info whether server is running in service or user mode?
|
2015-03-27 16:49:47 +01:00 |
Willi Goesgens
|
1474249a08
|
Startup / Shutdown: add hooks to properly emit this state to the windows service control manager
|
2015-03-16 14:22:28 +01:00 |
Willi Goesgens
|
a33dfcb591
|
Move windows service functionality into its own .cpp file to have a better overview.
|
2015-03-16 13:17:35 +01:00 |
Frank Celler
|
0687e4e080
|
removed registry entry, using relative path to binary instead
|
2015-03-08 20:06:18 +01:00 |
Jan Steemann
|
0ba8e6e626
|
fixed Windows compile errors
|
2015-02-24 15:32:04 +01:00 |
Willi Goesgens
|
7b3a165d8e
|
Windows: more desparetely try to get the bad news to the user on a crash.
|
2015-02-24 13:11:23 +01:00 |
Willi Goesgens
|
eb3f383f93
|
On windows log backtrace rather then printing it; it doesn't seem to end up where we expect it.
|
2015-02-24 10:35:33 +01:00 |
Willi Goesgens
|
ea76accb72
|
Set the unhandled exception handler in windows, so we can catch crashes.
|
2015-02-17 15:42:33 +01:00 |
Willi Goesgens
|
da5f86f16b
|
Windows service deletion - only remove the service entry if it matches our binary path.
|
2015-02-13 16:21:35 +01:00 |
Willi Goesgens
|
154882ae5f
|
Add signal handler.
|
2015-02-13 14:44:21 +01:00 |
Willi Goesgens
|
df226e5a82
|
- install SIG11 handler which prints backtrace to the console. (in windows we don't get cores)
- fix exit handling for windows process control.
|
2015-02-13 14:11:15 +01:00 |
Jan Steemann
|
20e7fe7a7a
|
the great rename: array => object, list => array
|
2014-12-18 21:07:06 +01:00 |