mirror of
https://github.com/arcan1s/queued.git
synced 2025-04-24 23:47:19 +00:00
small renaming
This commit is contained in:
parent
f68d607da8
commit
cdb05844ae
@ -10,7 +10,7 @@ if (POLICY CMP0063)
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
project(queued)
|
project(queued)
|
||||||
set(PROJECT_AUTHOR "Evgeniy Alekseev")
|
set(PROJECT_AUTHOR "Queued team")
|
||||||
set(PROJECT_CONTACT "esalexeev@gmail.com")
|
set(PROJECT_CONTACT "esalexeev@gmail.com")
|
||||||
set(PROJECT_LICENSE "MIT")
|
set(PROJECT_LICENSE "MIT")
|
||||||
set(PROJECT_VERSION_MAJOR "0")
|
set(PROJECT_VERSION_MAJOR "0")
|
||||||
|
@ -0,0 +1,28 @@
|
|||||||
|
.TH queued-daemon 1 "@CURRENT_DATE@" "version @PROJECT_VERSION@"
|
||||||
|
.SH NAME
|
||||||
|
Daemon for starting jobs to queue of calculation
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B queued-daemon
|
||||||
|
[ options ]
|
||||||
|
.SH DESCRIPTION
|
||||||
|
Daemon for starting jobs to queue of calculation. Daemon to start application
|
||||||
|
.SH OPTIONS
|
||||||
|
.IP "-c, --config <config>"
|
||||||
|
path to configuration file, default is /etc/xdg/queued.ini
|
||||||
|
.IP "-d, --debug"
|
||||||
|
verbose output
|
||||||
|
.IP "--daemon"
|
||||||
|
start daemonize
|
||||||
|
.IP "-v, --version"
|
||||||
|
show version and exit
|
||||||
|
.IP "-i, --info"
|
||||||
|
show build information and exit
|
||||||
|
.IP "-h, --help"
|
||||||
|
show this help and exit
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR queuedctl (1)
|
||||||
|
.BR queued-server (1)
|
||||||
|
.SH AUTHOR
|
||||||
|
@PROJECT_AUTHOR@ <\fI@PROJECT_CONTACT@\fR>
|
||||||
|
.SH LICENSE
|
||||||
|
This software is licensed under @PROJECT_LICENSE@
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -0,0 +1,27 @@
|
|||||||
|
.TH queued-server 1 "@CURRENT_DATE@" "version @PROJECT_VERSION@"
|
||||||
|
.SH NAME
|
||||||
|
Daemon for starting jobs to queue of calculation
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B queued-server
|
||||||
|
[ options ]
|
||||||
|
.SH DESCRIPTION
|
||||||
|
Daemon for starting jobs to queue of calculation. Web server applicaiton which
|
||||||
|
provides interface to daemon
|
||||||
|
.SH OPTIONS
|
||||||
|
.IP "-d, --debug"
|
||||||
|
verbose output
|
||||||
|
.IP "--daemon"
|
||||||
|
start daemonize
|
||||||
|
.IP "-v, --version"
|
||||||
|
show version and exit
|
||||||
|
.IP "-i, --info"
|
||||||
|
show build information and exit
|
||||||
|
.IP "-h, --help"
|
||||||
|
show this help and exit
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR queuedctl (1)
|
||||||
|
.BR queued-daemon (1)
|
||||||
|
.SH AUTHOR
|
||||||
|
@PROJECT_AUTHOR@ <\fI@PROJECT_CONTACT@\fR>
|
||||||
|
.SH LICENSE
|
||||||
|
This software is licensed under @PROJECT_LICENSE@
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -99,12 +99,9 @@ QVariantHash QueuedTcpServerResponseHelperApi1::getData(
|
|||||||
else if (_type == "POST")
|
else if (_type == "POST")
|
||||||
output = QueuedTcpServerResponseHelperTask::addOrEditTask(
|
output = QueuedTcpServerResponseHelperTask::addOrEditTask(
|
||||||
_arg.toLongLong(), _data, _token);
|
_arg.toLongLong(), _data, _token);
|
||||||
<<<<<<< HEAD
|
|
||||||
else if (_type == "PUT")
|
else if (_type == "PUT")
|
||||||
output = QueuedTcpServerResponseHelperTask::startOrStopTask(
|
output = QueuedTcpServerResponseHelperTask::startOrStopTask(
|
||||||
_arg.toLongLong(), _token);
|
_arg.toLongLong(), _token);
|
||||||
=======
|
|
||||||
>>>>>>> baa20af363cb4b97cb6f7b36f833cf40f34cc61d
|
|
||||||
else
|
else
|
||||||
output = {{"code", 405}};
|
output = {{"code", 405}};
|
||||||
break;
|
break;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2017 Evgeniy Alekseev
|
# Copyright (c) 2017 Queued team
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -14,7 +14,7 @@
|
|||||||
##
|
##
|
||||||
# @file QueuedConfig.cmake
|
# @file QueuedConfig.cmake
|
||||||
# Additional file of queued library
|
# Additional file of queued library
|
||||||
# @author Evgeniy Alekseev
|
# @author Queued team
|
||||||
# @copyright MIT
|
# @copyright MIT
|
||||||
# @bug https://github.com/arcan1s/queued/issues
|
# @bug https://github.com/arcan1s/queued/issues
|
||||||
##
|
##
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedConfig.h
|
* @file QueuedConfig.h
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2017 Evgeniy Alekseev
|
# Copyright (c) 2017 Queued team
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -14,7 +14,7 @@
|
|||||||
##
|
##
|
||||||
# @file QueuedLibraries.cmake
|
# @file QueuedLibraries.cmake
|
||||||
# Additional file of queued library
|
# Additional file of queued library
|
||||||
# @author Evgeniy Alekseev
|
# @author Queued team
|
||||||
# @copyright MIT
|
# @copyright MIT
|
||||||
# @bug https://github.com/arcan1s/queued/issues
|
# @bug https://github.com/arcan1s/queued/issues
|
||||||
##
|
##
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2017 Evgeniy Alekseev
|
# Copyright (c) 2017 Queued team
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -14,7 +14,7 @@
|
|||||||
##
|
##
|
||||||
# @file QueuedMacros.cmake
|
# @file QueuedMacros.cmake
|
||||||
# Additional file of queued library
|
# Additional file of queued library
|
||||||
# @author Evgeniy Alekseev
|
# @author Queued team
|
||||||
# @copyright MIT
|
# @copyright MIT
|
||||||
# @bug https://github.com/arcan1s/queued/issues
|
# @bug https://github.com/arcan1s/queued/issues
|
||||||
##
|
##
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2017 Evgeniy Alekseev
|
# Copyright (c) 2017 Queued team
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
# of this software and associated documentation files (the "Software"), to deal
|
# of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -14,7 +14,7 @@
|
|||||||
##
|
##
|
||||||
# @file QueuedPaths.cmake
|
# @file QueuedPaths.cmake
|
||||||
# Additional file of queued library
|
# Additional file of queued library
|
||||||
# @author Evgeniy Alekseev
|
# @author Queued team
|
||||||
# @copyright MIT
|
# @copyright MIT
|
||||||
# @bug https://github.com/arcan1s/queued/issues
|
# @bug https://github.com/arcan1s/queued/issues
|
||||||
##
|
##
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file Queued.h
|
* @file Queued.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedAdvancedSettings.h
|
* @file QueuedAdvancedSettings.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedCore.h
|
* @file QueuedCore.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedCoreAdaptor.h
|
* @file QueuedCoreAdaptor.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedCoreInterface.h
|
* @file QueuedCoreInterface.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedDatabase.h
|
* @file QueuedDatabase.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedDatabaseManager.h
|
* @file QueuedDatabaseManager.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedDatabaseSchema.h
|
* @file QueuedDatabaseSchema.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedDebug.h
|
* @file QueuedDebug.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedEnums.h
|
* @file QueuedEnums.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedExceptions.h
|
* @file QueuedExceptions.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedLimits.h
|
* @file QueuedLimits.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedPluginInterface.h
|
* @file QueuedPluginInterface.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedPluginManager.h
|
* @file QueuedPluginManager.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedPluginManagerInterface.h
|
* @file QueuedPluginManagerInterface.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedProcess.h
|
* @file QueuedProcess.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedProcessManager.h
|
* @file QueuedProcessManager.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedPropertyInterface.h
|
* @file QueuedPropertyInterface.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedReportInterface.h
|
* @file QueuedReportInterface.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedReportManager.h
|
* @file QueuedReportManager.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedSettings.h
|
* @file QueuedSettings.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedStaticConfig.h
|
* @file QueuedStaticConfig.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedSystemInfo.h
|
* @file QueuedSystemInfo.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedTokenManager.h
|
* @file QueuedTokenManager.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedUser.h
|
* @file QueuedUser.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedUserManager.h
|
* @file QueuedUserManager.h
|
||||||
* Header of Queued library
|
* Header of Queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright MIT
|
* @copyright MIT
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedAdvancedSettings.cpp
|
* @file QueuedAdvancedSettings.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedCore.cpp
|
* @file QueuedCore.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedCoreAdaptor.cpp
|
* @file QueuedCoreAdaptor.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedCoreInterface.cpp
|
* @file QueuedCoreInterface.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedDatabase.cpp
|
* @file QueuedDatabase.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedDatabaseManager.cpp
|
* @file QueuedDatabaseManager.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedDebug.cpp
|
* @file QueuedDebug.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedLimits.cpp
|
* @file QueuedLimits.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedPluginManager.cpp
|
* @file QueuedPluginManager.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedProcess.cpp
|
* @file QueuedProcess.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedProcessManager.cpp
|
* @file QueuedProcessManager.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedPropertyInterface.cpp
|
* @file QueuedPropertyInterface.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
@ -106,11 +106,8 @@ QDBusVariant QueuedPropertyInterface::User(const long long id,
|
|||||||
return QDBusVariant(response);
|
return QDBusVariant(response);
|
||||||
} else {
|
} else {
|
||||||
auto response = user->property(qPrintable(property));
|
auto response = user->property(qPrintable(property));
|
||||||
<<<<<<< HEAD
|
|
||||||
if (response.type() == QVariant::DateTime)
|
if (response.type() == QVariant::DateTime)
|
||||||
response = response.toDateTime().toString(Qt::ISODateWithMs);
|
response = response.toDateTime().toString(Qt::ISODateWithMs);
|
||||||
=======
|
|
||||||
>>>>>>> baa20af363cb4b97cb6f7b36f833cf40f34cc61d
|
|
||||||
return QDBusVariant(response.isValid() ? response : "");
|
return QDBusVariant(response.isValid() ? response : "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedReportInterface.cpp
|
* @file QueuedReportInterface.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedReportManager.cpp
|
* @file QueuedReportManager.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedSettings.cpp
|
* @file QueuedSettings.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedSystemInfo.cpp
|
* @file QueuedSystemInfo.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedTokenManager.cpp
|
* @file QueuedTokenManager.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedUser.cpp
|
* @file QueuedUser.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
@ -15,7 +15,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file QueuedUserManager.cpp
|
* @file QueuedUserManager.cpp
|
||||||
* Source code of queued library
|
* Source code of queued library
|
||||||
* @author Evgeniy Alekseev
|
* @author Queued team
|
||||||
* @copyright GPLv3
|
* @copyright GPLv3
|
||||||
* @bug https://github.com/arcan1s/queued/issues
|
* @bug https://github.com/arcan1s/queued/issues
|
||||||
*/
|
*/
|
||||||
|
@ -0,0 +1,72 @@
|
|||||||
|
.TH queuedctl 1 "@CURRENT_DATE@" "version @PROJECT_VERSION@"
|
||||||
|
.SH NAME
|
||||||
|
Daemon for starting jobs to queue of calculation
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B queuedctl
|
||||||
|
[ options ] command
|
||||||
|
.SH DESCRIPTION
|
||||||
|
Daemon for starting jobs to queue of calculation. Client application to control
|
||||||
|
daemon
|
||||||
|
.SH COMMANDS
|
||||||
|
.IP auth
|
||||||
|
Gets new auth token
|
||||||
|
.IP option-get
|
||||||
|
Gets option value
|
||||||
|
.IP option-set
|
||||||
|
Sets option value
|
||||||
|
.IP perm-add
|
||||||
|
Sets user permission
|
||||||
|
.IP perm-remove
|
||||||
|
Removes user permission
|
||||||
|
.IP plugin-add
|
||||||
|
Adds plugin to load
|
||||||
|
.IP plugin-list
|
||||||
|
Shows enabled plugins
|
||||||
|
.IP plugin-remove
|
||||||
|
Removes plugin to load
|
||||||
|
.IP report
|
||||||
|
Shows usage report
|
||||||
|
.IP status
|
||||||
|
Server status
|
||||||
|
.IP task-add
|
||||||
|
Adds new task
|
||||||
|
.IP task-get
|
||||||
|
Gets task properties
|
||||||
|
.IP task-list
|
||||||
|
Gets tasks list
|
||||||
|
.IP task-set
|
||||||
|
Sets task properties
|
||||||
|
.IP task-start
|
||||||
|
Starts task
|
||||||
|
.IP task-stop
|
||||||
|
Stops task
|
||||||
|
.IP user-add
|
||||||
|
Adds new user
|
||||||
|
.IP user-get
|
||||||
|
Gets user properties
|
||||||
|
.IP user-list
|
||||||
|
Gets users list
|
||||||
|
.IP user-set
|
||||||
|
Sets user properties
|
||||||
|
.SH OPTIONS
|
||||||
|
.IP "--commands"
|
||||||
|
shows commands and descriptions
|
||||||
|
.IP "-d, --debug"
|
||||||
|
verbose output
|
||||||
|
.IP "-t, --token <token>"
|
||||||
|
path to file with cached token
|
||||||
|
.IP "-u, --user <user>"
|
||||||
|
username which will be used for actions
|
||||||
|
.IP "-v, --version"
|
||||||
|
show version and exit
|
||||||
|
.IP "-i, --info"
|
||||||
|
show build information and exit
|
||||||
|
.IP "-h, --help"
|
||||||
|
show this help and exit
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR queued-daemon (1)
|
||||||
|
.BR queued-server (1)
|
||||||
|
.SH AUTHOR
|
||||||
|
@PROJECT_AUTHOR@ <\fI@PROJECT_CONTACT@\fR>
|
||||||
|
.SH LICENSE
|
||||||
|
This software is licensed under @PROJECT_LICENSE@
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2017 Evgeniy Alekseev
|
* Copyright (c) 2017 Queued team
|
||||||
*
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
* of this software and associated documentation files (the "Software"), to deal
|
* of this software and associated documentation files (the "Software"), to deal
|
||||||
|
Loading…
Reference in New Issue
Block a user