summaryrefslogtreecommitdiff
path: root/score.c (follow)
Commit message (Expand)AuthorAge
* Merge topic branch t/spdx into masterAndre Noll2026-03-26
|\
| * Switch to SPDX identifiers.Andre Noll2026-03-17
* | Improve selector loop.Andre Noll2026-03-17
* | Rename get_score_and_aft_row() -> score_get().Andre Noll2026-03-17
* | Implement selector abstraction.Andre Noll2026-03-17
* | Avoid double lookup on score row deletion.Andre Noll2026-03-17
* | Simplify and rename score_update().Andre Noll2026-03-17
|/
* Kill OSL_ERRNO_TO_PARA_ERROR.Andre Noll2025-07-13
* Include regex.h from para.h.Andre Noll2025-05-19
* Implement ls --admissible=m/foo.Andre Noll2023-05-12
* Assume that score_open() and score_clear() always succeed.Andre Noll2022-10-17
* afs: Replace ->init of afs tables by table operations.Andre Noll2022-10-17
* Simplify row_belongs_to_score_table().Andre Noll2022-10-17
* Rename admissible_file_loop() -> score_loop().Andre Noll2022-10-17
* Remove get_num_admissible_files().Andre Noll2022-10-17
* score.c: Remove event handler.Andre Noll2022-10-17
* score.c: Merge score_add into score_update().Andre Noll2022-10-17
* score.c: Remove pointless assignment.Andre Noll2022-10-17
* string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* score.c: Don't try to document possible error codes.Andre Noll2022-03-24
* score.c: Remove pointless comments.Andre Noll2022-03-24
* score.c: Improve documentation of score_compare().Andre Noll2022-03-24
* score.c: Shorten documentation of get_score_of_row().Andre Noll2022-03-24
* Shorten copyright notice.Andre Noll2017-09-22
* doxygen: Add \ref to references.Andre Noll2017-06-25
* doxygen: Don't refer to libosl functions.Andre Noll2017-06-25
* server: Convert com_lsatt() to lopsub.Andre Noll2017-03-26
* score.c: Add OSL_UNIQUE to storage flags of score column.Andre Noll2015-01-18
* Update year in copyright headers.Andre Noll2015-01-12
* score.c: Remove unused admissible_file_loop_reverse().Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* Change copyright year to 2014.Andre Noll2014-02-22
* score: Improve documentation of score_update().Andre Noll2013-09-04
* Change copyright year to 2013.Andre Noll2013-03-25
* Change year in copyright message to 2012.Andre Noll2012-01-07
* score: Fix use of uninitialized memory on 64 bit machines.Andre Noll2011-03-03
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Introduce para_regcomp.Andre Noll2009-07-08
* Fix para_strerror() and use osl() wrapper for osl library calls.Andre Noll2009-06-12
* First draft of the libosl patch series.Andre Noll2009-06-12
* Change year of copyright from 2008 to 2009.Andre Noll2009-01-10
* score_update(): Don't return an error if file is not admissible.Andre Noll2008-07-07
* Change year in Copyright comment from 2007 to 2008.Andre Noll2008-01-08
* Turn PARA_STRERROR into an inline function.Andre Noll2007-12-28
* Avoid some gcc warnings.Andre Noll2007-11-11
* score.c: Use the new OSL_DONT_FREE flag for the aft column.Andre Noll2007-11-02
* Doxygen fixes.Andre Noll2007-10-25
* Complete afs event handling.Andre Noll2007-10-21
* Implement afs events.Andre Noll2007-10-18