|
|
@15430
|
12 years |
tbretz |
Implemented the possibility to send an interrupt request (irq) to a ...
|
|
|
@15188
|
12 years |
tbretz |
Fixed some compilation issues with older boost version as installed on ...
|
|
|
@15111
|
12 years |
tbretz |
The name of the program has to be extracted from conf.GetName()
|
|
|
@15086
|
12 years |
tbretz |
Unify dimctrl and 'dimserver' (dimctrl --server)
|
|
|
@15021
|
12 years |
tbretz |
Added --restart to the dimctrl which avoids the need to know the magic ...
|
|
|
@15002
|
12 years |
tbretz |
Updated help text.
|
|
|
@14736
|
12 years |
tbretz |
If we are a server and force-console is not given Main.h must not see ...
|
|
|
@14662
|
12 years |
tbretz |
Added the possibility to get resource values from the dimctrl to the ...
|
|
|
@14621
|
12 years |
tbretz |
Switch off console mode for server.
|
|
|
@14539
|
12 years |
tbretz |
Updated some descriptions.
|
|
|
@14214
|
12 years |
tbretz |
Added the --msg command line option
|
|
|
@14128
|
12 years |
tbretz |
Replaced old code with the new use of a full state machine implementation.
|
|
|
@14052
|
12 years |
tbretz |
Stop a readline and JavaScript if STOP is received.
|
|
|
@14017
|
12 years |
tbretz |
Replaced lexical_cast by to_string
|
|
|
@14009
|
12 years |
tbretz |
Exit with 127 if parsing of command line options failed.
|
|
|
@13920
|
12 years |
tbretz |
Added a missing semi-colon
|
|
|
@13902
|
12 years |
tbretz |
Little cosmetics
|
|
|
@13901
|
12 years |
tbretz |
Added a state for booting and the script depth during boot.
|
|
|
@13897
|
12 years |
tbretz |
Updated the handling of labels and how a script is stopped.
|
|
|
@13874
|
12 years |
tbretz |
Renamed 'Begin' to 'Start'
|
|
|
@13797
|
12 years |
tbretz |
Start the server as late as possible -- but it must be started before ...
|
|
|
@13764
|
12 years |
tbretz |
Propagate user name.
|
|
|
@13754
|
12 years |
tbretz |
Updated output with the user name.
|
|
|
@13753
|
12 years |
tbretz |
Added the user as an option.
|
|
|
@13734
|
12 years |
tbretz |
Some updates to the messages sent with the STATE service.
|
|
|
@13733
|
12 years |
tbretz |
Use the script name from Readline when sending reports.
|
|
|
@13702
|
12 years |
tbretz |
Slight change to the meaning of labels; added the direct exit to th ...
|
|
|
@13681
|
12 years |
tbretz |
Some little improvements and fixes
|
|
|
@13671
|
12 years |
tbretz |
Added the possibility to remote control the DIM_CONTROL, i.e. start ...
|
|
|
@13006
|
13 years |
tbretz |
Reformated the output to make it better fit the help2man conversion.
|
|
|
@12993
|
13 years |
tbretz |
Fixed an issue with the console and shell selection.
|
|
|
@12964
|
13 years |
tbretz |
Now used the common Main::execute approach to launch the program; ...
|
|
|
@12458
|
13 years |
tbretz |
Fixed a problem with the startup.
|
|
|
@11578
|
13 years |
tbretz |
Moved some part of the initialization from main to Configure::DoParse
|
|
|
@11575
|
13 years |
tbretz |
Moved common option setup to Main.h; created Main namespace
|
|
|
@11574
|
13 years |
tbretz |
Added the possibility to setup DIM_HOST_NODE with the --host program ...
|
|
|
@11403
|
13 years |
tbretz |
Use Vec instead of Get and make sure 'console' is not accessed if not ...
|
|
|
@11327
|
13 years |
tbretz |
Removed some obsolete includes.
|
|
|
@11221
|
13 years |
tbretz |
Removed q as shortcut for --quit to avoid confusion with --quiet
|
|
|
@11218
|
13 years |
tbretz |
Added --cmd and --quit program option.
|
|
|
@11052
|
13 years |
tbretz |
Added --exec command
|
|
|
@10806
|
13 years |
tbretz |
Renamed test3.cc to dimctrl.cc
|
|
copied from trunk/FACT++/src/test3.cc
|
|
|
@10805
|
13 years |
tbretz |
Simplified program options handling.
|