Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Oscam for Coolstream

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • senad78
    Experienced Board Member
    • Jan 2011
    • 852

    Re: Oscam for Coolstream

    oscam-svn7253-arm-coolstream-webif-libusb-Distribution.tar.gz


    Code:
    [CENTER]http://www.herosh.com/download/10932790/oscam-svn7253-arm-coolstream-webif-libusb-Distribution.tar.gz.html[/CENTER]

    Comment

    • senad78
      Experienced Board Member
      • Jan 2011
      • 852

      Re: Oscam for Coolstream

      Changeset [7257]:
      linux "kill" command (SIGTERM) is forwarded to the main pid and now stat is saved on exit.

      Changeset [7256]: lb: fixed lb_mode=3

      Code:
      [CENTER]http://www.herosh.com/download/10933488/oscam-svn7257-arm-coolstream-webif-libusb-Distribution.tar.gz.html[/CENTER]

      Comment

      • dniestre
        Banned
        • Mar 2012
        • 838

        Re: Oscam for Coolstream

        oscam-svn7274-arm-coolstream
        Attached Files

        Comment

        • dniestre
          Banned
          • Mar 2012
          • 838

          Re: Oscam for Coolstream

          oscam-svn7282-arm-coolstream-
          Attached Files

          Comment

          • dniestre
            Banned
            • Mar 2012
            • 838

            Re: Oscam for Coolstream

            oscam-svn7292-arm-coolstream-
            Attached Files

            Comment

            • senad78
              Experienced Board Member
              • Jan 2011
              • 852

              Re: Oscam for Coolstream

              Changeset [7373]:
              Remove extra/unneeded parentheses.
              clang 3.x warns about these and it is right.


              Changeset [7372]:
              Fix wrong memset sizes.
              These bugs were uncovered by compiling with clang 3.x (make CC=clang).

              Changeset [7371]: adding architecture message for mac


              Changeset [7370]: Mac setting exact osx architecture should solve older hardware bugs

              Changeset [7369]:
              Fix IP access when IPv6 support is enabled.
              Patch by manio, fixes ticket #2723.

              Changeset [7368]: Possible pcsc error on sdk 10.6


              Changeset [7367]: Forgot the smargo utils in previous patch

              Changeset [7366]:
              Added SDK location for use off Xcode version less then 4.3 on osx10.7 Correct compile error If build in libcrypto is used 10.6 now also compiles x86_64, I tested it with 10.6 sdk and seems to work good.

              Changeset [7365]: small error correction about debug, now debug for mac not disabled anymore


              Changeset [7364]:
              Getting rid off the irritating /usr/bin/ranlib has no symbols warning on mac 10.7 and 10.8


              Code:
              [CENTER]http://www.herosh.com/download/10948880/oscam-svn7373-arm-coolstream-webif-libusb-Distribution.tar.gz.html[/CENTER]

              Comment

              • krimozak
                Experienced Board Member
                • Mar 2010
                • 4336

                Re: Oscam for Coolstream

                13/09/2012

                oscam-svn7425-arm-coolstream
                Attached Files
                .
                .

                If You Like My Post... Press button sigpic to Keep it alive

                Comment

                • senad78
                  Experienced Board Member
                  • Jan 2011
                  • 852

                  Re: Oscam for Coolstream

                  last oscam coolstream oscam-svn7445-arm-coolstream-webif-libusb-Distribution.tar.gz


                  Code:
                  [CENTER]http://www.multiupload.nl/TDVDL59IXU[/CENTER]

                  Comment

                  • findeciclo
                    Experienced Board Member
                    • Oct 2010
                    • 1412

                    Re: Oscam for Coolstream

                    oscam-svn7488-arm-coolstream-webif-libusb-Distribution.

                    Changeset [7488]: webif: Fix lots of format string errors.


                    Changeset [7487]:
                    webif: Fix "fake" warning.

                    The fixed warning is fake, the compiler is not smart enough to realise that if we were getting to the point where it warns the variable would surely be initialized.

                    module-webif.c: In function 'send_oscam_reader_stats': module-webif.c:1577: warning: 'cl' may be used uninitialized in this function

                    Changeset [7486]:
                    Fix format string warnings introduced in commit r7485 on 64-bit arch.

                    The warnings were:

                    warning: format '%llX' expects argument of type 'long long unsigned int', but argument X has type 'uint64_t' [-Wformat]



                    Changeset [7485]:
                    Stop using -fno-strict-aliasing compiler parameter.

                    Well, it is better to fix the code, right? A nice surprise is some binary size savings:

                    before after diff
                    859544 856124 -3420 oscam-1.20-unstable_svn7484-arm-cx2450x-linux-gnueabi-coolapi
                    799296 799296 0 oscam-1.20-unstable_svn7484-arm-openwrt-linux-uclibcgnueabi-dockstar
                    995860 995860 0 oscam-1.20-unstable_svn7484-i486-slackware-linux
                    1012980 1012756 -224 oscam-1.20-unstable_svn7484-i486-slackware-linux-libusb
                    1018164 1017940 -224 oscam-1.20-unstable_svn7484-i486-slackware-linux-libusb-pcsc
                    999988 999988 0 oscam-1.20-unstable_svn7484-i486-slackware-linux-pcsc
                    1049056 1047744 -1312 oscam-1.20-unstable_svn7484-mipsel-linux-uclibc-azbox
                    881560 878048 -3512 oscam-1.20-unstable_svn7484-powerpc-tuxbox-linux-gnu
                    809028 809028 0 oscam-1.20-unstable_svn7484-sh4-linux



                    Changeset [7484]:

                    build: Use CC_OPTS, CC_WARN and CFLAGS when building list_smargo.

                    Thanks to hebusfoobar @ sb forum for the patch.


                    Changeset [7483]:
                    build: Save binary with debugging info in Distribution/oscam-***X.debug

                    Before to get a binary with debugging info you have to rebuild Oscam with DEBUG=1 parameter set to make because by default the outputed binary was stripped.

                    This created additional work when debugging and developing because you have to remember to run different command for building and also it was making it harder for our users when there was crash and we needed a backtrace.

                    This commit eases the pain. Now along with the stripped binary that is saved in Distribution/ we keep unstripped binary with the same name and .debug prefix. That way if there is problem that needs debugging we can just ask the user to use oscam-***.debug binary instead of asking for rebuilds.

                    Changeset [7482]:

                    config: Use proper temporary file when building config.mak

                    Without this fix, using parallel build results in a race because couple of config.sh scripts are run in parallel and the temporary file can be deleted before being checked which leads to errors.

                    Changeset [7481]: anticasc: Move init_ac() to module-anticasc.c No code changes.

                    Changeset [7480]: Added new parameter 'ecmheaderwhitelist' to documentation.

                    Code:
                    _http://www.crocko.com/970D85E3EC2F4CAD9CD965E069314D72/oscam-svn7488-arm-coolstream-webif-libusb-Distribution.tar.gz
                    __________________________________________________
                    sigpic

                    Comment

                    • krimozak
                      Experienced Board Member
                      • Mar 2010
                      • 4336

                      Re: Oscam for Coolstream

                      25/09/2012

                      oscam-svn7506-arm-coolstream
                      Attached Files
                      .
                      .

                      If You Like My Post... Press button sigpic to Keep it alive

                      Comment

                      • krimozak
                        Experienced Board Member
                        • Mar 2010
                        • 4336

                        Re: Oscam for Coolstream

                        10/10/2012

                        oscam-svn7675-arm-coolstream
                        Attached Files
                        .
                        .

                        If You Like My Post... Press button sigpic to Keep it alive

                        Comment

                        • krimozak
                          Experienced Board Member
                          • Mar 2010
                          • 4336

                          Re: Oscam for Coolstream

                          12/10/2012

                          oscam-svn7694-arm-coolstream
                          Attached Files
                          .
                          .

                          If You Like My Post... Press button sigpic to Keep it alive

                          Comment

                          • dniestre
                            Banned
                            • Mar 2012
                            • 838

                            Re: Oscam for Coolstream

                            oscam-svn7750-arm-coolstream
                            Attached Files

                            Comment

                            • krimozak
                              Experienced Board Member
                              • Mar 2010
                              • 4336

                              Re: Oscam for Coolstream

                              19/10/2012

                              oscam-svn7754-arm-coolstream
                              Attached Files
                              .
                              .

                              If You Like My Post... Press button sigpic to Keep it alive

                              Comment

                              • krimozak
                                Experienced Board Member
                                • Mar 2010
                                • 4336

                                Re: Oscam for Coolstream

                                29/10/2012

                                Oscam-svn7819-arm-coolstream
                                Attached Files
                                .
                                .

                                If You Like My Post... Press button sigpic to Keep it alive

                                Comment

                                Working...