- Jun 11, 2003
-
-
Mark Grondona authored
-
- Jun 10, 2003
-
-
Mark Grondona authored
-
- May 28, 2003
-
-
Mark Grondona authored
slurm_send_recv_node_msg(), slurm_send_recv_rc_msg(), etc. o Fixed fd leak in agent.c using slurm_send_recv_rc_msg() w/ timeout.
-
- May 07, 2003
-
-
Mark Grondona authored
slurm_protocol_socket_implementation.c o Added new functions slurm_send_recv*rc_msg() for handing common mode of sending a message and receiving only a "return code" message. o Overhauled existing code and performed general cleanup.
-
- Mar 27, 2003
-
-
jwindley authored
-
- Mar 26, 2003
-
-
jwindley authored
-
- Mar 25, 2003
-
-
jwindley authored
Streamline the API: eliminate activate() and fold it into a new create(), rename free() to destroy(), make unpack() return an allocated credential instead of being passed a 'blank' one
-
- Mar 21, 2003
-
-
jwindley authored
-
- Mar 20, 2003
-
-
jwindley authored
-
- Mar 07, 2003
-
-
jwindley authored
-
- Mar 03, 2003
-
-
jwindley authored
-
- Jan 31, 2003
-
-
Moe Jette authored
-
- Dec 18, 2002
-
-
Moe Jette authored
-
- Dec 17, 2002
-
-
Moe Jette authored
-
- Nov 25, 2002
-
-
Moe Jette authored
common needs to read anyway to route communications (avoid second read by other tools).
-
- Nov 21, 2002
-
-
Moe Jette authored
-
- Nov 19, 2002
-
-
Moe Jette authored
for mutex lock/unlock with error messages.
-
- Nov 18, 2002
- Nov 16, 2002
-
-
Moe Jette authored
-
- Nov 15, 2002
-
-
Mark Grondona authored
along with other general bugfixes and cleanup. o cbuf.[ch] list.[ch] : begin using Chris' list and cbuf routines from the LSD-Tools project. o srun/srun.c : *Always* wait for I/O to complete. This still needs work. o srun/launch.c : code cleanup
-
- Nov 13, 2002
-
-
Moe Jette authored
read_config functions.
-
- Nov 07, 2002
-
-
Moe Jette authored
than 1024 file descriptors the select function call silently fails and corrupts memory.
-
Mark Grondona authored
-
- Nov 01, 2002
-
-
Moe Jette authored
bad message. Functions now return SLURM_ERROR on bad unpack instead of assert failure.
-
- Oct 31, 2002
-
-
Moe Jette authored
(so shutdown command can shutdown both servers).
-
- Oct 28, 2002
-
-
Moe Jette authored
a slurm_addr.
-
- Oct 24, 2002
- Oct 08, 2002
-
-
Moe Jette authored
-
- Oct 07, 2002
-
-
Moe Jette authored
that includes a buffer pointer, size, and offset. The buffer is automatically expanded as space is needed.
-
- Oct 01, 2002
-
-
Moe Jette authored
It used to seg-fault.
-
- Sep 25, 2002
-
-
Moe Jette authored
-
- Sep 17, 2002
-
-
Mark Grondona authored
definition of slurm_auth_t opaque type, and provides functions fitting the prototypes defined in slurm_auth.h
-
Mark Grondona authored
provided by libauth. o update to new auth include namespace (slurm_authentication -> slurm_auth) o Actually use and verify authentication header
-
- Sep 03, 2002
-
-
Mark Grondona authored
o Some error and debug message cleanup.
-
- Aug 30, 2002
- Aug 22, 2002
-
-
tewk authored
-