]> git.tuebingen.mpg.de Git - paraslash.git/shortlog
paraslash.git
2024-04-19 Andre NollMerge topic branch t/play into pu
2024-04-19 Andre NollMerge topic branch t/openssl-3 into pu
2024-04-19 Andre NollMerge topic branch t/misc into pu
2024-04-19 Andre NollMerge topic branch t/ls-l into pu
2024-04-19 Andre NollMerge topic branch t/home into pu
2024-04-19 Andre NollMerge topic branch t/for-maint into pu
2024-04-19 Andre NollMerge topic branch t/btr into pu
2024-04-19 Andre Nollplay: Shut down alsa on input EOF.
2024-04-19 Andre Nollplay: Simplify and improve get_key_map_seq().
2024-04-19 Andre Nollplay: Remove pointless goto in play_post_monitor().
2024-04-19 Andre NollReturn from filter_setup() so callers can reset the...
2024-04-19 Andre NollLet para_play depend on libreadline.
2024-04-19 Andre Nollplay: Fix integer overflow in com_ff().
2024-03-22 Andre Nollf
2024-03-21 Andre Nollclient: Fix memory leak on exit.
2024-03-20 Andre NollReplace get_homedir() by get_confdir().
2024-03-20 Andre NollConsult $HOME rather than calling getpwuid(),
2024-03-20 Andre Nollipc: Remove pointless initialization in shm_get_shmmax().
2024-03-18 Andre Nollbuild: Rename all_objs -> dep_objs.
2024-03-17 Andre Nollserver: Deprecate -l=c and -l=m of com_ls().
2024-03-17 Andre Nollopenssl: Reactivate openssl warnings.
2024-03-17 Andre Nollopenssl: Use the EVP library for RSA private decryption.
2024-03-17 Andre Nollopenssl: Use the EVP library for RSA public encryption.
2024-03-17 Andre Nollapc_priv_decrypt: Let the callee allocate the buffer.
2024-03-17 Andre Nollapc_pub_encrypt: Let the callee allocate the buffer.
2024-03-17 Andre Nollopenssl: Assume that openssl allocation functions funct...
2024-03-17 Andre Nollopenssl: Introduce openssl_perror().
2024-03-17 Andre Nollopenssl: Don't pass pointers to RSA structures around.
2024-03-17 Andre Nollopenssl: Kill rsa coefficient computations.
2024-03-17 Andre Nollclient: Check buffer size returned by apc_priv_decrypt().
2024-03-17 Andre Nolli9e: Clear history on close.
2024-03-17 Andre Nollbuild: No longer check for CRYPTO_cleanup_all_ex_data().
2024-03-17 Andre Nollbuild: Construct list of executables in Makefile.
2024-03-17 Andre Nollbuild: Construct audioc object list in Makefile.
2024-03-17 Andre Nollbuild: Construct write object list in Makefile.
2024-03-17 Andre Nollbuild: Construct play object list in Makefile.
2024-03-17 Andre Nollbuild: Construct afh object list in Makefile.
2024-03-17 Andre Nollbuild: Construct filter object list in Makefile.
2024-03-17 Andre Nollbuild: Construct recv object list in Makefile.
2024-03-17 Andre Nollbuild: Construct gui object list in Makefile.
2024-03-17 Andre Nollbuild: Construct mixer object list in Makefile.
2024-03-17 Andre Nollbuild: Construct audiod and client object list in Makefile.
2024-03-17 Andre Nollbuild: Construct server and upgrade_db object list...
2024-03-17 Andre Nollbuild: Simplify condition for building para_server.
2024-03-17 Andre Nollbuild: Simplify ogg helpers of configure.ac.
2024-03-17 Andre Nollbuild: Remove AUDIOD_AUDIO_FORMATS_ENUM.
2024-03-17 Andre Nollbuild: Remove _errlist in shell variables of configure.ac.
2024-03-17 Andre Nollbuild: yy_src_dir and yy_build_dir can be simply expanded.
2024-03-17 Andre Nollbuild: Remove info about ucred from configure output.
2024-03-17 Andre Nollbtr: Streamline the documentation of buffer_tree.h.
2024-03-17 Andre NollConstify buffer tree API.
2024-03-17 Andre Nollbtr: Merge buffers on insertion.
2024-03-17 Andre Nollbtr: Speed up btr_node_status().
2024-03-17 Andre NollSpeed up mp3dec filter.
2024-03-12 Andre Nollparaslash 0.7.3 v0.7.3
2024-03-12 Andre NollUpdate copyright year.
2024-03-12 Andre Nollgui: Fix off-by-one in colorful blackness theme.
2023-12-24 Andre Nollaudiod: Improve stat_client_add().
2023-12-24 Andre Nollstring.c: Don't fall back to /tmp in para_homedir().
2023-12-24 Andre Nollcreate_argv_offset(): Use arr_zalloc().
2023-12-24 Andre NollCompile with -Wsuggest-attribute=malloc.
2023-12-24 Andre Nollserver: No longer accept "sideband" and "aes_ctr128...
2023-12-24 Andre Nollgui: Clear status bar after pressing <End>.
2023-12-24 Andre NollMerge topic branch t/crypt-cleanups into master
2023-10-28 Andre NollMerge topic branch t/ls-L into master
2023-10-21 Andre NollMerge topic branch t/afs-select into master
2023-10-15 Andre NollMerge topic branch t/afs-ls-a into master
2023-08-06 Andre NollMerge topic branch t/fd into master
2023-07-05 Andre Nollserver: Fix memory leak at exit.
2023-06-20 Andre Nollafs: Really fix memory leak in mood_load().
2023-06-18 Andre NollMerge branch 'maint'
2023-06-18 Andre Nollafs: Fix memory leak in mood_load().
2023-06-18 Andre Nollplaylist: Fix error handling of playlist_load().
2023-06-18 Andre Nollserver: Fix NULL pointer dereference in com_ls().
2023-06-14 Andre Nollaudiod_command: Remove dump_stat_client_list().
2023-06-14 Andre Nolltest-lib: Write error output to stderr.
2023-06-14 Andre Nollserver: Add missing newline in select -v error output.
2023-05-30 Andre Nollaudiod: Fix error checking in init_default_filters(). maint
2023-05-15 Andre Nollserver: Implement ls --limit.
2023-05-15 Andre Nollserver: Implement select -verbose.
2023-05-15 Andre Nollopenssl: Assign bignums in canonical order.
2023-05-15 Andre NollDeprecate openssl-1.0.
2023-05-15 Andre Nollopenssl: Unify naming of public key structures.
2023-05-15 Andre Nollopenssl: Rename read_private_rsa_params() -> read_opens...
2023-05-15 Andre Nollopenssl: Rename read_rsa_bignums() -> read_public_key().
2023-05-15 Andre Nollopenssl: Dedox crypt_init().
2023-05-15 Andre Nollserver: Improve "loading pubkey" log message.
2023-05-15 Andre Nollgcrypt: Remove pointless state variable.
2023-05-15 Andre Nollclient: Reduce line length.
2023-05-14 Andre Nollcrypt: Deprecate PEM keys.
2023-05-14 Andre Nollclient: Fix has_feature().
2023-05-12 Andre Nollafs: Fix memory leak in mood_load().
2023-05-12 Andre NollImplement ls --admissible=m/foo.
2023-05-11 Andre NollMerge branch 'maint'
2023-05-11 Andre Nollgcrypt: Fix return value of apc_get_pubkey().
2023-05-10 Andre Nollafs: Improve error message in init_admissible_files().
2023-05-10 Andre Nolltest-lib: Fix typo in comment.
2023-05-09 Andre Nollerror.h: Be more careful with error code masking.
2023-05-09 Andre Nollmp3_afh: Drop unused fields from struct mp3header.
2023-05-07 Andre Nollfd: Simplify and move for_each_file_in_dir().
next