5
I Use This!
Very High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated job info in admin.guide.html More... about 22 years ago
Updated job info in admin.guide.html More... about 22 years ago
Added job_id and priority generation, more QA tests. - Jette More... about 22 years ago
Added job_id and priority generation, more QA tests. - Jette More... about 22 years ago
Added support for float output in logs. - Jette More... about 22 years ago
Added support for float output in logs. - Jette More... about 22 years ago
Initial cut at basic job support functions. - Jette More... about 22 years ago
Initial cut at basic job support functions. - Jette More... about 22 years ago
Remove "DRAFT" from overview for posting to web for MCR SOW. Updates to job management design work doc/txt/job_data.txt. Added float support to parsing in bits_bytes.c. Added job data structures to slurm.h and slurmlib.h. Added some basic job support. New function job_mgr.c. - Jette More... about 22 years ago
Remove "DRAFT" from overview for posting to web for MCR SOW. Updates to job management design work doc/txt/job_data.txt. Added float support to parsing in bits_bytes.c. Added job data structures to slurm.h and slurmlib.h. Added some basic job support. New function job_mgr.c. - Jette More... about 22 years ago
Remove "DRAFT" from overview for posting to web for MCR SOW. Updates to job management design work doc/txt/job_data.txt. Added float support to parsing in bits_bytes.c. Added job data structures to slurm.h and slurmlib.h. More... about 22 years ago
Remove "DRAFT" from overview for posting to web for MCR SOW. Updates to job management design work doc/txt/job_data.txt. Added float support to parsing in bits_bytes.c. Added job data structures to slurm.h and slurmlib.h. More... about 22 years ago
Remove "DRAFT" from overview for posting to web for MCR SOW. Updates to job management design work doc/txt/job_data.txt. More... about 22 years ago
Remove "DRAFT" from overview for posting to web for MCR SOW. Updates to job management design work doc/txt/job_data.txt. More... about 22 years ago
Remove "DRAFT" from overview for posting to web for MCR SOW. More... about 22 years ago
Remove "DRAFT" from overview for posting to web for MCR SOW. More... about 22 years ago
Add more QA tests to bitstring.c - Jette More... about 22 years ago
Add more QA tests to bitstring.c - Jette More... about 22 years ago
Convert all work to bitstring functions. Moved some functions from bits_bytes.c to bitstring.c. Fixed bug in bit_nset function. - Jette More... about 22 years ago
Convert all work to bitstring functions. Moved some functions from bits_bytes.c to bitstring.c. Fixed bug in bit_nset function. - Jette More... about 22 years ago
Added reference to Linux kernel style manual in programmer.guide.html. Converted to "safe" memory mamagement routines in xmalloc.c, logging in log.c, and broke up a couple of larger functions. More... about 22 years ago
Added reference to Linux kernel style manual in programmer.guide.html. Converted to "safe" memory mamagement routines in xmalloc.c, logging in log.c, and broke up a couple of larger functions. More... about 22 years ago
Added reference to Linux kernel style manual in programmer.guide.html. More... about 22 years ago
Added reference to Linux kernel style manual in programmer.guide.html. More... about 22 years ago
o fixed possible segv in xstrdup(): return NULL if NULL pointer passed in More... about 22 years ago
o fixed possible segv in xstrdup(): return NULL if NULL pointer passed in More... about 22 years ago
o in xstrcat print "(null)" if str2 is pointing to NULL (instead of segfaulting!) More... about 22 years ago
o in xstrcat print "(null)" if str2 is pointing to NULL (instead of segfaulting!) More... about 22 years ago
o added try_xrealloc() which returns <= 0 when malloc fails o let xrealloc() and try_xrealloc() accept NULL first args o added documentation to xmalloc.h More... about 22 years ago
o added try_xrealloc() which returns <= 0 when malloc fails o let xrealloc() and try_xrealloc() accept NULL first args o added documentation to xmalloc.h More... about 22 years ago