aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-exportobject.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-07wsutil: Add filesystem write_file_binary_mode()Stig Bjørlykke1-2/+2
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2019-11-05QT/CLI: Remove limit for object export filesUli Heilmeier1-2/+2
2019-01-01No need to report "some files could not be saved".Guy Harris1-7/+1
2019-01-01Always report errors in eo_save_entry().Guy Harris1-1/+1
2019-01-01Limit the maximum *file* name length for exported objects.Guy Harris1-30/+24
2019-01-01Get rid of local_eo_save_entry().Guy Harris1-53/+1
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris1-1/+1
2018-12-30Use cmdarg_err() to report errors in CLI taps.Guy Harris1-3/+4
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-02-17Don't gratuitously cast away constness.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02cli: use SPDX identifiers.Dario Lombardo1-14/+1
2017-02-08Switch export objects to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-5/+4
2016-12-02Enable exporting objects with tsharkMoshe Kaplan1-0/+279